Skip to content

Commit

Permalink
[Issue-229][Mythical Telegram App] [Mythical Telegram App] Re-check e…
Browse files Browse the repository at this point in the history
…rror when perform search on Cards features
  • Loading branch information
dungnguyen-art committed Dec 17, 2024
1 parent cc093e6 commit 2c6e1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/src/Popup/Home/Cards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const Component = ({ className }: Props): React.ReactElement => {
<CardItem
card={item}
className={'__card-item'}
key={item.defId}
key={`${item.defId}-${item.cardId}`}
onClick={onClickCard(item)}
/>
))
Expand Down

0 comments on commit 2c6e1a0

Please sign in to comment.