Add a #toast div when still in the loading screen view
This commit is contained in:
parent
5701848aa5
commit
9bbb262c8e
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ export function Inbox({
|
|||
? i18n('loadingMessages', [String(loadingMessageCount)])
|
||||
: i18n('loading')}
|
||||
</div>
|
||||
<div id="toast" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue