web/dialog: fix meowbalt not being displayed on nojs popup
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
>
|
||||
{#if meowbalt}
|
||||
<div class="meowbalt-container">
|
||||
<Meowbalt emotion={meowbalt} />
|
||||
<Meowbalt
|
||||
emotion={meowbalt}
|
||||
forceLoaded={id === 'nojs-dialog'}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="dialog-inner-container">
|
||||
|
||||
Reference in New Issue
Block a user