Skip to content

Commit

Permalink
Lint next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Weberan89 committed Jun 14, 2024
1 parent c47eaf6 commit 1e721db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/src/pages/Zone.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -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) => {
Expand Down Expand Up @@ -221,7 +221,6 @@ const Form = ({ zoneId }: FormProps): JSX.Element => {
dataSource: Number(dataSource),
type: Number(type),
};

}
}

Expand Down

0 comments on commit 1e721db

Please sign in to comment.