diff --git a/ui/src/components/DeadTasksTable.tsx b/ui/src/components/DeadTasksTable.tsx index 1d259aa..78991eb 100644 --- a/ui/src/components/DeadTasksTable.tsx +++ b/ui/src/components/DeadTasksTable.tsx @@ -260,7 +260,11 @@ function Row(props: RowProps) { const classes = useRowStyles(); return ( - + ) => @@ -299,7 +303,7 @@ function Row(props: RowProps) { - + diff --git a/ui/src/components/RetryTasksTable.tsx b/ui/src/components/RetryTasksTable.tsx index af1eeab..e3bb9b8 100644 --- a/ui/src/components/RetryTasksTable.tsx +++ b/ui/src/components/RetryTasksTable.tsx @@ -284,7 +284,11 @@ function Row(props: RowProps) { const classes = useRowStyles(); return ( - + ) => @@ -331,7 +335,7 @@ function Row(props: RowProps) { - + diff --git a/ui/src/components/ScheduledTasksTable.tsx b/ui/src/components/ScheduledTasksTable.tsx index f691d74..6224d19 100644 --- a/ui/src/components/ScheduledTasksTable.tsx +++ b/ui/src/components/ScheduledTasksTable.tsx @@ -281,7 +281,11 @@ function Row(props: RowProps) { const classes = useRowStyles(); return ( - + ) => @@ -325,7 +329,7 @@ function Row(props: RowProps) { - +