feat(backlog): toon code-badge op backlog-taakkaarten
Geeft code={task.code} door aan <BacklogCard> in TaskCard (task-panel.tsx).
BacklogCard rendert de CodeBadge al conditionally — alleen de prop ontbrak.
This commit is contained in:
parent
f68d985c2c
commit
631d5e679c
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ function TaskCard({
|
|||
<BacklogCard
|
||||
title={task.title}
|
||||
priority={task.priority}
|
||||
code={task.code}
|
||||
onClick={onClick}
|
||||
badge={
|
||||
<Badge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue