mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 07:41:58 +00:00
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:
@@ -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={
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user