From 86188081fd363ac91943b3f5d7e2b9254c4f9ad9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 03:32:58 -0700 Subject: fix: eslint issues --- src/components/Guess/index.styled.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/Guess') diff --git a/src/components/Guess/index.styled.ts b/src/components/Guess/index.styled.ts index dac85ab..3fabef1 100644 --- a/src/components/Guess/index.styled.ts +++ b/src/components/Guess/index.styled.ts @@ -1,6 +1,7 @@ import styled from "styled-components"; import { GuessState } from "../../types/guess"; +//eslint-disable-next-line const stateColor = (theme: any, active: boolean, state: GuessState | undefined) => { if (active) return theme.border; if (state === GuessState.Correct) return theme.green; -- cgit v1.2.3