Skip to content

Commit

Permalink
fix: remove prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Nov 21, 2024
1 parent 8da5ffc commit 6a34b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/components/CenteredSpinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import Stack from '@mui/material/Stack'

export const CenteredSpinner = () => (
<Stack alignItems="center" justifyContent="center" height="100vh">
<CircularProgress size={'5em'} />
<CircularProgress size="5em" />
</Stack>
)
2 changes: 1 addition & 1 deletion src/ui/pages/External/useScript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ export default function useScript(
}
}, [src, options?.shouldPreventLoad, options?.removeOnUnmount, options?.id])
return status
}
}

0 comments on commit 6a34b5e

Please sign in to comment.