feat: revamp tool list page (#22879)
This commit is contained in:
parent
a327d024e9
commit
c6d7328e15
3 changed files with 116 additions and 89 deletions
|
|
@ -56,7 +56,7 @@ const List = ({
|
|||
|
||||
return (
|
||||
<CardWrapper
|
||||
key={plugin.name}
|
||||
key={`${plugin.org}/${plugin.name}`}
|
||||
plugin={plugin}
|
||||
showInstallButton={showInstallButton}
|
||||
locale={locale}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue