diff --git a/ui/src/components/KanbanBoard.tsx b/ui/src/components/KanbanBoard.tsx index 92510384..8b2bad2c 100644 --- a/ui/src/components/KanbanBoard.tsx +++ b/ui/src/components/KanbanBoard.tsx @@ -66,7 +66,7 @@ function KanbanColumn({ const isEmpty = issues.length === 0; return ( -
+
{(!isEmpty || isOver) && (