Fixed incorrect use of key in the page /plugins?category=discover #15126 (#15127)

pull/14262/head
Jimmiaxie 1 year ago committed by Bharat Ramanathan
parent 2a321ac741
commit 0bf61d9f41

@ -65,7 +65,7 @@ const ListWithCollection = ({
return (
<CardWrapper
key={plugin.name}
key={plugin.plugin_id}
plugin={plugin}
showInstallButton={showInstallButton}
locale={locale}

Loading…
Cancel
Save