Fix: promoted_from_wish 0-Rendering in JSX
This commit is contained in:
@@ -844,7 +844,7 @@ function BoardItemRow({ item, isAdmin, userId, editId, editForm, setEditId, setE
|
||||
<div style={{flex:1,minWidth:0}}>
|
||||
<div style={{display:'flex',alignItems:'center',gap:5,flexWrap:'wrap'}}>
|
||||
<div style={{color:'#fff',fontFamily:'monospace',fontSize:13,fontWeight:700}}>{item.title}</div>
|
||||
{item.promoted_from_wish && (
|
||||
{!!item.promoted_from_wish && (
|
||||
<span style={{background:'rgba(255,230,109,0.1)',border:'1px solid rgba(255,230,109,0.25)',
|
||||
borderRadius:5,padding:'1px 6px',color:'#ffe66d',fontSize:9,fontFamily:'monospace'}}>↑ aus Wünschen</span>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user