From d26a3cd393b4c66cfa282a8dd29dd965847142df Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Tue, 4 Feb 2025 22:30:54 +0100 Subject: [PATCH] refactor: change order of operations --- .../panel/automations-panel/AutomationPanel.tsx | 6 +++--- .../client/src/features/app-settings/useAppSettingsMenu.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/client/src/features/app-settings/panel/automations-panel/AutomationPanel.tsx b/apps/client/src/features/app-settings/panel/automations-panel/AutomationPanel.tsx index 9f3597d29..3345a561f 100644 --- a/apps/client/src/features/app-settings/panel/automations-panel/AutomationPanel.tsx +++ b/apps/client/src/features/app-settings/panel/automations-panel/AutomationPanel.tsx @@ -27,12 +27,12 @@ export default function AutomationPanel({ location }: PanelBaseProps) { oscPortIn={data.oscPortIn} /> -
- -
+
+ +
); diff --git a/apps/client/src/features/app-settings/useAppSettingsMenu.tsx b/apps/client/src/features/app-settings/useAppSettingsMenu.tsx index 6acaa1b9b..a3b57ef10 100644 --- a/apps/client/src/features/app-settings/useAppSettingsMenu.tsx +++ b/apps/client/src/features/app-settings/useAppSettingsMenu.tsx @@ -51,8 +51,8 @@ const staticOptions = [ label: 'Automation', secondary: [ { id: 'automation__settings', label: 'Automation settings' }, - { id: 'automation__triggers', label: 'Manage triggers' }, { id: 'automation__automations', label: 'Manage automations' }, + { id: 'automation__triggers', label: 'Manage triggers' }, ], }, {