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 )}