From c6b1c56e9e64a47fc2c7997d56bc2b1dc81cf174 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 1 Apr 2026 00:46:24 -0500 Subject: [PATCH] refac --- src/routes/(app)/automations/+page.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/routes/(app)/automations/+page.svelte b/src/routes/(app)/automations/+page.svelte index 98d5ad82c2..6d486d7487 100644 --- a/src/routes/(app)/automations/+page.svelte +++ b/src/routes/(app)/automations/+page.svelte @@ -191,8 +191,8 @@ : ''} max-w-full" >
+ {#if loaded}
- {#if loaded}
@@ -371,11 +371,11 @@
{/if}
- {:else} -
- -
- {/if}
+ {:else} +
+ +
+ {/if}