Skip to content

Commit

Permalink
Update TableRow.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
decagondev authored Sep 26, 2024
1 parent 4b1567a commit b618005
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 b618005

Please sign in to comment.