diff --git a/public/index.html b/public/index.html index 93dd8973..6adae566 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@ - +
diff --git a/src/App.tsx b/src/App.tsx index d4df1d09..91f1bdc5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -82,8 +82,8 @@ export const App: FC = ({ history }) => { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore - - + + {loaded ? ( @@ -115,8 +115,8 @@ export const App: FC = ({ history }) => { )} - - + + ); };