fix: tasks "Done" not visible (#1445)
This commit is contained in:
@ -70,7 +70,8 @@ export function TaskGroups({ entity, showAddButton }: OwnProps) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (
|
if (
|
||||||
(todayOrPreviousTasks?.length === 0 &&
|
(activeTabId === 'to-do' &&
|
||||||
|
todayOrPreviousTasks?.length === 0 &&
|
||||||
upcomingTasks?.length === 0 &&
|
upcomingTasks?.length === 0 &&
|
||||||
unscheduledTasks?.length === 0) ||
|
unscheduledTasks?.length === 0) ||
|
||||||
(activeTabId === 'done' && completedTasks?.length === 0)
|
(activeTabId === 'done' && completedTasks?.length === 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user