Skip to content

Commit 05c01a0

Browse files
committed
#1565: Removed the x button that closes popup
1 parent 8604993 commit 05c01a0

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/frontend/src/pages/HomePage/OverdueWorkPackageAlerts.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { useCurrentUser } from '../../hooks/users.hooks';
55
import { useState } from 'react';
66
import { wbsPipe } from 'shared';
77
import { Box, Alert, IconButton, Collapse, Typography, AlertTitle, Grid } from '@mui/material';
8-
import CloseIcon from '@mui/icons-material/Close';
98
import { routes } from '../../utils/routes';
109
import { datePipe } from '../../utils/pipes';
1110
import { NERButton } from '../../components/NERButton';
@@ -38,18 +37,6 @@ const OverdueWorkPackageAlerts: React.FC = () => {
3837
width: '100%'
3938
}
4039
}}
41-
action={
42-
<IconButton
43-
aria-label="close"
44-
color="inherit"
45-
size="small"
46-
onClick={() => {
47-
setOpen(false);
48-
}}
49-
>
50-
<CloseIcon fontSize="inherit" />
51-
</IconButton>
52-
}
5340
>
5441
<Box>
5542
<AlertTitle>

0 commit comments

Comments
 (0)