Skip to content

Commit

Permalink
Fix keys (#7195)
Browse files Browse the repository at this point in the history
Do not show in changelog
  • Loading branch information
ClementPasteau authored Nov 26, 2024
1 parent 1912916 commit 08a7949
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const formatItemForGrid = ({
<ExampleTile
exampleShortHeader={item}
onSelect={() => onSelectExample(item)}
key={item.id}
/>
);
} else {
Expand All @@ -223,6 +224,7 @@ const formatItemForGrid = ({
privateGameTemplateListingData={item}
onSelect={() => onSelectGameTemplate(item)}
owned={isTemplateOwned}
key={item.id}
/>
);
}
Expand Down

0 comments on commit 08a7949

Please sign in to comment.