Skip to content

Commit 9be8867

Browse files
committed
fix: key prop for pinned token
1 parent 97812b9 commit 9be8867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/components/SwapCard/CardDialog.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ const CardDialog: FC<CardDialogProps> = ({
284284
onClick={() => {
285285
handleOnTokenSelect(item);
286286
}}
287+
key={item.address}
287288
>
288289
<div
289290
className="pinned-token-image"

0 commit comments

Comments
 (0)