From 1e721dbb837f39522bb1dfcd8e37aceac0e5fed1 Mon Sep 17 00:00:00 2001 From: Weberan89 <34599730+Weberan89@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:24:44 +0200 Subject: [PATCH] Lint next try --- ui/src/pages/Zone.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/src/pages/Zone.tsx b/ui/src/pages/Zone.tsx index 3823d65..9b00f0b 100644 --- a/ui/src/pages/Zone.tsx +++ b/ui/src/pages/Zone.tsx @@ -1,4 +1,5 @@ -import { ArrowsRightLeftIcon, ArrowsPointingOutIcon } from '@heroicons/react/24/outline'; +import { ArrowsRightLeftIcon } from '@heroicons/react/24/outline'; +import { ArrowsPointingOutIcon } from '@heroicons/react/24/outline'; import { useQueryErrorResetBoundary } from '@tanstack/react-query'; import { useMatch } from '@tanstack/react-router'; import hexRgb from 'hex-rgb'; @@ -182,7 +183,6 @@ const Form = ({ zoneId }: FormProps): JSX.Element => { // Loop over all zoneId for (let curZoneId = 0; curZoneId < 8; curZoneId++) { - // Set animation settings led[curZoneId].animationSettings = animationSettings.map( (animationSetting, index) => { @@ -221,7 +221,6 @@ const Form = ({ zoneId }: FormProps): JSX.Element => { dataSource: Number(dataSource), type: Number(type), }; - } }