Skip to content

Commit 2a6e522

Browse files
authored
Fixed incorrect use of key in the page /plugins?category=discover #15126 (#15127)
1 parent 9c1db7d commit 2a6e522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/components/plugins/marketplace/list/list-with-collection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ListWithCollection = ({
6565

6666
return (
6767
<CardWrapper
68-
key={plugin.name}
68+
key={plugin.plugin_id}
6969
plugin={plugin}
7070
showInstallButton={showInstallButton}
7171
locale={locale}

0 commit comments

Comments
 (0)