Add key prop inside map (#867)

* fix: add unique key to list items in TestingVersionList component

* fix: add unique key to PluginCard components in BrowseTab
This commit is contained in:
ynhhoJ
2026-03-23 16:43:00 +02:00
committed by GitHub
parent 259d01d7ec
commit 1e8bf43e5f
2 changed files with 2 additions and 1 deletions
@@ -80,7 +80,7 @@ export default function TestingVersionList() {
<ul style={{ listStyleType: 'none', padding: '0' }}>
{testingVersions.map((version) => {
return (
<li>
<li key={`${version.id}_${version.name}`}>
<Field
label={
<>