From a1ec50994e9aeca4cd761b88a525830663a420f4 Mon Sep 17 00:00:00 2001 From: sualko Date: Sun, 17 May 2020 12:10:56 +0200 Subject: [PATCH] feat: show spinner while rooms are loaded --- ts/Manager/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/Manager/App.tsx b/ts/Manager/App.tsx index b5c8e9e..6206593 100644 --- a/ts/Manager/App.tsx +++ b/ts/Manager/App.tsx @@ -120,7 +120,9 @@ const App: React.FC = () => { - + + {!areRoomsLoaded && } +