fix: remove duplicate modal wrapper from HypaV3 modal

This commit is contained in:
Bo26fhmC5M
2025-01-20 12:41:47 +09:00
parent deb1c7d667
commit e3d95107a3

View File

@@ -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;