From e3d95107a307fa7eeb46a4f815291d035ac765f7 Mon Sep 17 00:00:00 2001 From: Bo26fhmC5M <88071760+Bo26fhmC5M@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:41:47 +0900 Subject: [PATCH] fix: remove duplicate modal wrapper from HypaV3 modal --- src/lib/Others/AlertComp.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/Others/AlertComp.svelte b/src/lib/Others/AlertComp.svelte index 85a248be..f0cdf39d 100644 --- a/src/lib/Others/AlertComp.svelte +++ b/src/lib/Others/AlertComp.svelte @@ -317,8 +317,6 @@ {/each} {/if} - {:else if $alertStore.type === "hypaV3"} - {:else if $alertStore.type === 'addchar'}
@@ -639,6 +637,10 @@
{/if} +{#if $alertStore.type === "hypaV3"} + +{/if} +