From 366454e81282b83559761cafa110facaa87a9cf6 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 2 Apr 2026 08:04:43 -0500 Subject: [PATCH] refac --- .../components/automations/AutomationEditor.svelte | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/lib/components/automations/AutomationEditor.svelte b/src/lib/components/automations/AutomationEditor.svelte index 00e699ac7d..4638512a92 100644 --- a/src/lib/components/automations/AutomationEditor.svelte +++ b/src/lib/components/automations/AutomationEditor.svelte @@ -378,18 +378,17 @@
{$i18n.t('State')} -
- {is_active ? $i18n.t('Active') : $i18n.t('Paused')} -
+ {is_active ? $i18n.t('Active') : $i18n.t('Paused')} +