mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: add back flex container. (#8356)
The flex styling was deleted by mistake. This adds it back in.
This commit is contained in:
parent
0077a56ef6
commit
aec888a160
@ -85,7 +85,13 @@ export const MyProjects: FC<{
|
||||
<SpacedGridItem gridArea='title'>
|
||||
<Typography variant='h3'>My projects</Typography>
|
||||
</SpacedGridItem>
|
||||
<SpacedGridItem gridArea='onboarding'>
|
||||
<SpacedGridItem
|
||||
gridArea='onboarding'
|
||||
sx={{
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-end',
|
||||
}}
|
||||
>
|
||||
{setupIncomplete ? (
|
||||
<Badge color='warning'>Setup incomplete</Badge>
|
||||
) : null}
|
||||
|
Loading…
Reference in New Issue
Block a user