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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,6 +189,7 @@ export function Inbox({
? i18n('loadingMessages', [String(loadingMessageCount)])
: i18n('loading')}
</div>
<div id="toast" />
</div>
</div>
);