mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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'>
 | 
					                <SpacedGridItem gridArea='title'>
 | 
				
			||||||
                    <Typography variant='h3'>My projects</Typography>
 | 
					                    <Typography variant='h3'>My projects</Typography>
 | 
				
			||||||
                </SpacedGridItem>
 | 
					                </SpacedGridItem>
 | 
				
			||||||
                <SpacedGridItem gridArea='onboarding'>
 | 
					                <SpacedGridItem
 | 
				
			||||||
 | 
					                    gridArea='onboarding'
 | 
				
			||||||
 | 
					                    sx={{
 | 
				
			||||||
 | 
					                        display: 'flex',
 | 
				
			||||||
 | 
					                        justifyContent: 'flex-end',
 | 
				
			||||||
 | 
					                    }}
 | 
				
			||||||
 | 
					                >
 | 
				
			||||||
                    {setupIncomplete ? (
 | 
					                    {setupIncomplete ? (
 | 
				
			||||||
                        <Badge color='warning'>Setup incomplete</Badge>
 | 
					                        <Badge color='warning'>Setup incomplete</Badge>
 | 
				
			||||||
                    ) : null}
 | 
					                    ) : null}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user