feat: revamp tool list page (#22879)
This commit is contained in:
@@ -56,7 +56,7 @@ const List = ({
|
||||
|
||||
return (
|
||||
<CardWrapper
|
||||
key={plugin.name}
|
||||
key={`${plugin.org}/${plugin.name}`}
|
||||
plugin={plugin}
|
||||
showInstallButton={showInstallButton}
|
||||
locale={locale}
|
||||
|
Reference in New Issue
Block a user