From 866a394b8054596ba4bf6fe6f814746ed9814646 Mon Sep 17 00:00:00 2001 From: Timo K Date: Mon, 26 Feb 2024 13:21:58 +0100 Subject: [PATCH] less flickers Signed-off-by: Timo K --- public/index.html | 2 +- src/App.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 }) => { )} - - + + ); };