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

This commit is contained in:
Jimmiaxie 2025-03-06 20:14:39 +08:00 committed by GitHub
parent 9c1db7dca7
commit 2a6e522a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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