Skip to content

Commit

Permalink
Update index.tsx (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesr authored Sep 28, 2024
1 parent 50d7f37 commit a799133
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function WorkspaceApiKeys() {
{apiKeys.map((apiKey) => (
<TableRow key={apiKey.id} verticalPadding hoverable={false}>
<TableCell>
<Text.H4>{apiKey.name || 'Unnamed API Key'}</Text.H4>
<Text.H4>{apiKey.name || 'Latitude API Key'}</Text.H4>
</TableCell>
<TableCell>
<Tooltip
Expand Down

0 comments on commit a799133

Please sign in to comment.