File tree Expand file tree Collapse file tree
src/frontend/src/pages/HomePage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { useAllWorkPackages } from '../../hooks/work-packages.hooks';
1414import LoadingIndicator from '../../components/LoadingIndicator' ;
1515import PageBlock from '../../layouts/PageBlock' ;
1616import ErrorPage from '../ErrorPage' ;
17- import { Grid , Typography , useTheme } from '@mui/material' ;
17+ import { Typography , useTheme } from '@mui/material' ;
1818import WorkPackageCard from './WorkPackageCard' ;
1919
2020const UpcomingDeadlines : React . FC = ( ) => {
@@ -78,7 +78,7 @@ const UpcomingDeadlines: React.FC = () => {
7878 </ FormControl >
7979 }
8080 >
81- < Grid container > { workPackages . isLoading ? < LoadingIndicator /> : fullDisplay } </ Grid >
81+ { workPackages . isLoading ? < LoadingIndicator /> : fullDisplay }
8282 </ PageBlock >
8383 ) ;
8484} ;
You can’t perform that action at this time.
0 commit comments