add question to unused variable

This commit is contained in:
Moriz Wahl 2025-02-24 20:00:38 +01:00
parent 36069bb43d
commit 246e9333db

View File

@ -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) => {