ソースを参照

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

tags/1.0.1
Jimmiaxie 8ヶ月前
コミット
2a6e522a87
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      web/app/components/plugins/marketplace/list/list-with-collection.tsx

+ 1
- 1
web/app/components/plugins/marketplace/list/list-with-collection.tsx ファイルの表示

@@ -65,7 +65,7 @@ const ListWithCollection = ({

return (
<CardWrapper
key={plugin.name}
key={plugin.plugin_id}
plugin={plugin}
showInstallButton={showInstallButton}
locale={locale}

読み込み中…
キャンセル
保存