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