Fix code compilation
This commit is contained in:
		@@ -78,13 +78,13 @@ function NoFamilyWidget(p: {
 | 
			
		||||
}): React.ReactElement {
 | 
			
		||||
  return (
 | 
			
		||||
    <div style={{ flex: 1, display: "flex", alignItems: "center" }}>
 | 
			
		||||
      <Typography variant="h3" style={{ flex: 1, textAlign: "center" }}>
 | 
			
		||||
      <Typography variant="h3" style={{ flex: 3, textAlign: "center" }}>
 | 
			
		||||
        Vous n'appartenez à aucune famille !
 | 
			
		||||
      </Typography>
 | 
			
		||||
 | 
			
		||||
      <div
 | 
			
		||||
        style={{
 | 
			
		||||
          flex: 1,
 | 
			
		||||
          flex: 2,
 | 
			
		||||
          display: "flex",
 | 
			
		||||
          flexDirection: "column",
 | 
			
		||||
          alignItems: "center",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user