Skip to content

Commit

Permalink
Update TableSection.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmio committed Aug 26, 2023
1 parent 4580bef commit 6ea1964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GrowerStatsProfile/TableSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TableSection = ({ data, columns }) => {
}, useSortBy);

return (
<div className="bg-white shadow rounded-lg p-4 flex flex-col overflow-x-auto">
<div className="bg-white shadow rounded-lg p-4 flex flex-col overflow-x-auto mb-4">
<h2 className="text-xl font-bold mb-2">Weigh-Off History</h2>
<table {...getTableProps()} className="w-full table-fixed">
<thead>
Expand Down

0 comments on commit 6ea1964

Please sign in to comment.