fix: remove duplicate modal wrapper from HypaV3 modal
This commit is contained in:
@@ -317,8 +317,6 @@
|
||||
</div>
|
||||
{/each}
|
||||
{/if}
|
||||
{:else if $alertStore.type === "hypaV3"}
|
||||
<HypaV3Modal />
|
||||
{:else if $alertStore.type === 'addchar'}
|
||||
<div class="w-2xl flex flex-col max-w-full">
|
||||
|
||||
@@ -639,6 +637,10 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if $alertStore.type === "hypaV3"}
|
||||
<HypaV3Modal />
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
.break-any{
|
||||
word-break: normal;
|
||||
|
||||
Reference in New Issue
Block a user