fix(trash & sidebar): isolate trash view, sync list task counts in real-time, and fix restore/delete actions
Build and Push Docker Image / build-and-push (push) Successful in 10m24s
Build and Push Docker Image / build-and-push (push) Successful in 10m24s
This commit is contained in:
@@ -1026,7 +1026,7 @@ export function TaskList({
|
||||
)}
|
||||
|
||||
{/* Tasks Tree */}
|
||||
{incompleteTasks.map((task) => (
|
||||
{(isTrashActive ? tasks : incompleteTasks).map((task) => (
|
||||
<RecursiveTaskItem
|
||||
key={task.id}
|
||||
task={task}
|
||||
|
||||
Reference in New Issue
Block a user