diff --git a/src/renderer/components/team/kanban/KanbanGridLayout.tsx b/src/renderer/components/team/kanban/KanbanGridLayout.tsx index 4e4d84f3..2b6cf392 100644 --- a/src/renderer/components/team/kanban/KanbanGridLayout.tsx +++ b/src/renderer/components/team/kanban/KanbanGridLayout.tsx @@ -116,7 +116,7 @@ const LoadingKanbanGridLayout = ({ : buildDefaultItems(columns.length > 0 ? columns.map((column) => column.id) : ['todo']); return ( -
+
+
{ e.stopPropagation(); onMoveBackToDone(task.id); }} > - Move back to DONE + Disapprove ) : null}