Skip to content

Commit

Permalink
Merge pull request #280 from SELab-2/dubbel-opgave-fix
Browse files Browse the repository at this point in the history
stond er nog een keer dubbel in
  • Loading branch information
gusvanpoucke authored May 19, 2024
2 parents 6c746ff + c8380b9 commit b3c162b
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions frontend/frontend/src/pages/assignmentPage/AssignmentPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -671,41 +671,6 @@ export function AssignmentPage() {
backgroundColor: 'background.default',
}}
>
{/*assignment description*/}
<Box
aria-label={'assignment-box'}
sx={{
padding: '5px',
}}
>
<Stack direction={'column'}>
{loading ? (
<Skeleton
variant="text"
width={200}
height={50}
/>
) : (
<>
<Typography
variant={'h5'}
color={'text.primary'}
aria-label={'title'}
sx={{
fontWeight: 'bold',
}}
>
{t('assignment')}
</Typography>
<Typography
color={'text.primary'}
>
{assignment?.beschrijving}
</Typography>
</>
)}
</Stack>
</Box>
{/*deadline and groep button */}
<Box
sx={{
Expand Down

0 comments on commit b3c162b

Please sign in to comment.