From d1cf35b638143c5bd21cf785f75eef84ef2d6af1 Mon Sep 17 00:00:00 2001 From: Peizhi Zheng Date: Wed, 12 Jan 2022 22:53:03 -0800 Subject: [PATCH] amend --- ui/src/components/ActiveTasksTable.tsx | 2 +- ui/src/components/ArchivedTasksTable.tsx | 2 +- ui/src/components/CompletedTasksTable.tsx | 2 +- ui/src/components/PendingTasksTable.tsx | 2 +- ui/src/components/RetryTasksTable.tsx | 2 +- ui/src/components/ScheduledTasksTable.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/src/components/ActiveTasksTable.tsx b/ui/src/components/ActiveTasksTable.tsx index 539f179..c72c504 100644 --- a/ui/src/components/ActiveTasksTable.tsx +++ b/ui/src/components/ActiveTasksTable.tsx @@ -272,7 +272,7 @@ const useRowStyles = makeStyles((theme) => ({ boxShadow: theme.shadows[2], "& #copy-button": { display: "inline-block" - } + }, }, "&:hover .MuiTableCell-root": { borderBottomColor: theme.palette.background.paper, diff --git a/ui/src/components/ArchivedTasksTable.tsx b/ui/src/components/ArchivedTasksTable.tsx index 8e18ca8..7463eb5 100644 --- a/ui/src/components/ArchivedTasksTable.tsx +++ b/ui/src/components/ArchivedTasksTable.tsx @@ -302,7 +302,7 @@ const useRowStyles = makeStyles((theme) => ({ boxShadow: theme.shadows[2], "& #copy-button": { display: "inline-block" - } + }, }, "&:hover .MuiTableCell-root": { borderBottomColor: theme.palette.background.paper, diff --git a/ui/src/components/CompletedTasksTable.tsx b/ui/src/components/CompletedTasksTable.tsx index 73da0da..ed65ab5 100644 --- a/ui/src/components/CompletedTasksTable.tsx +++ b/ui/src/components/CompletedTasksTable.tsx @@ -278,7 +278,7 @@ const useRowStyles = makeStyles((theme) => ({ boxShadow: theme.shadows[2], "& #copy-button": { display: "inline-block" - } + }, }, "&:hover .MuiTableCell-root": { borderBottomColor: theme.palette.background.paper, diff --git a/ui/src/components/PendingTasksTable.tsx b/ui/src/components/PendingTasksTable.tsx index 9fbfe24..a93b1c7 100644 --- a/ui/src/components/PendingTasksTable.tsx +++ b/ui/src/components/PendingTasksTable.tsx @@ -293,7 +293,7 @@ const useRowStyles = makeStyles((theme) => ({ boxShadow: theme.shadows[2], "& #copy-button": { display: "inline-block" - } + }, }, "&:hover .MuiTableCell-root": { borderBottomColor: theme.palette.background.paper, diff --git a/ui/src/components/RetryTasksTable.tsx b/ui/src/components/RetryTasksTable.tsx index abced21..d980ae2 100644 --- a/ui/src/components/RetryTasksTable.tsx +++ b/ui/src/components/RetryTasksTable.tsx @@ -335,7 +335,7 @@ const useRowStyles = makeStyles((theme) => ({ boxShadow: theme.shadows[2], "& #copy-button": { display: "inline-block" - } + }, }, "&:hover .MuiTableCell-root": { borderBottomColor: theme.palette.background.paper, diff --git a/ui/src/components/ScheduledTasksTable.tsx b/ui/src/components/ScheduledTasksTable.tsx index b3b7f5a..9da3941 100644 --- a/ui/src/components/ScheduledTasksTable.tsx +++ b/ui/src/components/ScheduledTasksTable.tsx @@ -332,7 +332,7 @@ const useRowStyles = makeStyles((theme) => ({ boxShadow: theme.shadows[2], "& #copy-button": { display: "inline-block" - } + }, }, "&:hover .MuiTableCell-root": { borderBottomColor: theme.palette.background.paper,