Add a #toast div when still in the loading screen view

This commit is contained in:
Scott Nonnenberg
2023-02-03 09:29:23 -08:00
committed by GitHub
parent 5701848aa5
commit 9bbb262c8e
+1
View File
@@ -189,6 +189,7 @@ export function Inbox({
? i18n('loadingMessages', [String(loadingMessageCount)])
: i18n('loading')}
</div>
<div id="toast" />
</div>
</div>
);