mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-14 10:59:20 -04:00
fix: tasks "Done" not visible (#1445)
This commit is contained in:
@@ -70,7 +70,8 @@ export function TaskGroups({ entity, showAddButton }: OwnProps) {
|
||||
);
|
||||
|
||||
if (
|
||||
(todayOrPreviousTasks?.length === 0 &&
|
||||
(activeTabId === 'to-do' &&
|
||||
todayOrPreviousTasks?.length === 0 &&
|
||||
upcomingTasks?.length === 0 &&
|
||||
unscheduledTasks?.length === 0) ||
|
||||
(activeTabId === 'done' && completedTasks?.length === 0)
|
||||
|
||||
Reference in New Issue
Block a user