From 9bbb262c8ed5ef6173720fbd69b4da1a50cf0b91 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 3 Feb 2023 09:29:23 -0800 Subject: [PATCH] Add a #toast div when still in the loading screen view --- ts/components/Inbox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/Inbox.tsx b/ts/components/Inbox.tsx index de9eaad5e6..403dd0a095 100644 --- a/ts/components/Inbox.tsx +++ b/ts/components/Inbox.tsx @@ -189,6 +189,7 @@ export function Inbox({ ? i18n('loadingMessages', [String(loadingMessageCount)]) : i18n('loading')} +
);