Skip to content

Commit

Permalink
fix(#28): add unique key for shortcuts on welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 7, 2022
1 parent a562540 commit 77c8b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/tabs-container/welcome/welcome-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const WelcomeContainer: React.FC = () => {
</Text>
<Spacer y={2} />
{shortcuts.map((shortcut) => (
<Row>
<Row key={shortcut.key}>
<Col>
<Text size="$sm" css={{ color: '$accents8' }}>
{shortcut.description}
Expand Down

0 comments on commit 77c8b3e

Please sign in to comment.