diff --git a/apps/client/src/components/Kanban.tsx b/apps/client/src/components/Kanban.tsx index e5b144b..bf48252 100644 --- a/apps/client/src/components/Kanban.tsx +++ b/apps/client/src/components/Kanban.tsx @@ -190,6 +190,7 @@ export default function Kanban({ sections, refetch }: KanbanProps) { > {section.tasks.map((task) => ( handleDragOver(e as unknown as DragEvent, section.id, task.id) @@ -201,6 +202,11 @@ export default function Kanban({ sections, refetch }: KanbanProps) { task={task} /> ))} +
))}