Skip to content

Commit

Permalink
Merge pull request #22 from decadev-co-uk/main
Browse files Browse the repository at this point in the history
Update TableRow.jsx
  • Loading branch information
decagondev authored Sep 26, 2024
2 parents 4b1567a + b618005 commit 4b1723e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ function TableRow(props) {
</div>
);
}
}
} else {
return <></>;
})}
</div>
);
Expand Down

0 comments on commit 4b1723e

Please sign in to comment.