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