From 5800b1a6245bee8a1fd55f60979c69d941323eac Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 28 May 2026 18:40:02 +0200 Subject: [PATCH] Fix: promoted_from_wish 0-Rendering in JSX --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e71f5ea..b95a828 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -844,7 +844,7 @@ function BoardItemRow({ item, isAdmin, userId, editId, editForm, setEditId, setE
{item.title}
- {item.promoted_from_wish && ( + {!!item.promoted_from_wish && ( ↑ aus Wünschen )}