Skip to content

Commit

Permalink
add key to table row
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 16, 2024
1 parent 35b88a7 commit 8903788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/ui/src/components/SingleOutput/SingleOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function SingleOutput(props) {
</TableRow>
{rows.map((row, idx) => (

<TableRow>
<TableRow key={`_${idx}`}>
<TableCell>
{row.name}
</TableCell>
Expand Down

0 comments on commit 8903788

Please sign in to comment.