Skip to content

Commit

Permalink
feat: Remove duplicated header
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Sep 20, 2023
1 parent e6bf9bf commit 44cf99f
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,9 @@ export const FileTaggingModal = ({
>
<DialogContent>
<Box sx={{ mt: 1, mb: 4 }}>
<Typography
variant="h3"
component="h2"
id="dialog-heading"
sx={{ mb: "0.15em" }}
>
<Typography variant="h3" component="h2" id="dialog-heading">
What do these files show?
</Typography>
<Typography variant="subtitle2">
Select all document types that apply
</Typography>
</Box>
{uploadedFiles.map((slot) => (
<Box sx={{ mb: 4 }} key={`tags-per-file-container-${slot.id}`}>
Expand Down

0 comments on commit 44cf99f

Please sign in to comment.