Skip to content

Commit 6821f34

Browse files
committed
Remove React warning
Signed-off-by: Trung Nguyen <[email protected]>
1 parent f4d4252 commit 6821f34

File tree

1 file changed

+1
-1
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const ConfigurationModal = ({
285285
</TableHead>
286286
<TableBody>
287287
{(catalogItem.tools || []).map((tool) => (
288-
<TableRow>
288+
<TableRow key={tool.name}>
289289
<TableCell>
290290
<Typography
291291
key={tool.name}

0 commit comments

Comments
 (0)