From 246e9333dbc077e28dcd3329605468458620104d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 24 Feb 2025 20:00:38 +0100 Subject: [PATCH] add question to unused variable --- src/Components/Input/TextAreaInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Input/TextAreaInput.tsx b/src/Components/Input/TextAreaInput.tsx index 05549a36..b9a539e3 100644 --- a/src/Components/Input/TextAreaInput.tsx +++ b/src/Components/Input/TextAreaInput.tsx @@ -35,6 +35,7 @@ export function TextAreaInput({ const tags = useTags() + // Why this variable? It seems not to be used at all const values: KeyValue[] = [] tags.forEach((tag) => {