diff --git a/src/tasks/components/AllTaskList.tsx b/src/tasks/components/AllTaskList.tsx index 9bd873ca..6f6a44eb 100644 --- a/src/tasks/components/AllTaskList.tsx +++ b/src/tasks/components/AllTaskList.tsx @@ -55,8 +55,10 @@ export const AllTasksList = () => { const processedTasks = processAllTasks(latestLogs, taskLogs) return ( - - + +
+
+ ) }