Skip to content

Commit

Permalink
remove fro head cell
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nunez committed Dec 6, 2024
1 parent bab023a commit c51d3a8
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,7 @@ export default function StaffTableHead() {
>
MP Review
</StyledTableHeadCell>
<StyledTableHeadCell
align="center"
sx={{
maxWidth: "120px",
}}
>
Status
</StyledTableHeadCell>
<StyledTableHeadCell align="center">Status</StyledTableHeadCell>
</TableRow>
</TableHead>
);
Expand Down

0 comments on commit c51d3a8

Please sign in to comment.