diff --git a/src/ui/components/CenteredSpinner.tsx b/src/ui/components/CenteredSpinner.tsx index 3f263072..fb13c066 100644 --- a/src/ui/components/CenteredSpinner.tsx +++ b/src/ui/components/CenteredSpinner.tsx @@ -3,6 +3,6 @@ import Stack from '@mui/material/Stack' export const CenteredSpinner = () => ( - + ) diff --git a/src/ui/pages/External/useScript.tsx b/src/ui/pages/External/useScript.tsx index 44608f4e..e503ac31 100644 --- a/src/ui/pages/External/useScript.tsx +++ b/src/ui/pages/External/useScript.tsx @@ -100,4 +100,4 @@ export default function useScript( } }, [src, options?.shouldPreventLoad, options?.removeOnUnmount, options?.id]) return status -} \ No newline at end of file +}