Skip to content

Commit

Permalink
Merge pull request #8 from BloomTech-Labs/decagondev-patch-1
Browse files Browse the repository at this point in the history
FIX Warning in TableRow.jsx
  • Loading branch information
decagondev authored Dec 15, 2023
2 parents ca9aa6b + 3002130 commit 30a4a5b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ function TableRow(props) {
);
} else {
return (
<div style={{ overflow: 'hidden', flex: '1' }}>
<div key={idx} style={{ overflow: 'hidden', flex: '1' }}>
<TableInnerSquare
innerData={row[property]}
rowHeight={rowHeight}
key={idx}
/>
</div>
);
Expand Down

0 comments on commit 30a4a5b

Please sign in to comment.