From 48a45515db851f8930ff69eab89291b0cd0e8a00 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 19:58:58 +0200 Subject: [PATCH] Nightly: Kategorien-Buttons toggeln erneuter Klick deselektiert Kategorie --- web/src/App.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 9976835..f871560 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -570,7 +570,13 @@ export default function App() { {categories.length > 0 && (
{categories.map(cat => ( - + ))}
)}