Skip to content

Commit

Permalink
chore: remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Nov 23, 2024
1 parent cbc00d4 commit 0eb6f29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function SchoolDeptCard({ name, type, comment }: SchoolDeptCardProps) {
</AccordionSummary>
<AccordionDetails sx={{ paddingX: 1, paddingY: 0 }}>
<Box sx={{ fontSize: 12 }}>
{/*The default component for the body2 typography seems to be <p> which is giving warnings with DOMnesting */}
<Typography>{comment === '' ? 'No comments found' : 'Comments:'}</Typography>
<Box dangerouslySetInnerHTML={html} component="p" />
</Box>
Expand Down

0 comments on commit 0eb6f29

Please sign in to comment.