Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Jun 26, 2024
1 parent 2a06f81 commit 713cfef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/content/dataSubmissions/DataSubmissionsListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const StyledTableCell = styled(TableCell)({
},
});

/* */
const StyledSelect = styled(StyledSelectFormComponent)({
width: "310px",
});
Expand Down Expand Up @@ -114,8 +113,6 @@ const StyledInlineLabel = styled("label")({
fontWeight: "700",
});

/* */

const StyledDeletedText = styled(Box)(({ theme }) => ({
color: theme.palette.text.disabled,
}));
Expand Down

0 comments on commit 713cfef

Please sign in to comment.