From 81c5d373151801e58d227a10355335ae7aabf83c Mon Sep 17 00:00:00 2001 From: TheFrodoDE Date: Tue, 12 Sep 2023 21:31:30 +0200 Subject: [PATCH] v1.4.4 fix(tasks): video check interval --- src/pages/admin/tasks.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/admin/tasks.tsx b/src/pages/admin/tasks.tsx index 85baff1..13d64af 100644 --- a/src/pages/admin/tasks.tsx +++ b/src/pages/admin/tasks.tsx @@ -42,9 +42,8 @@ const useStyles = createStyles((theme) => ({ paddingBottom: theme.spacing.xs, marginTop: theme.spacing.md, marginBottom: theme.spacing.md, - border: `1px solid ${ - theme.colorScheme === "dark" ? theme.colors.dark[5] : theme.colors.gray[1] - }`, + border: `1px solid ${theme.colorScheme === "dark" ? theme.colors.dark[5] : theme.colors.gray[1] + }`, boxShadow: theme.shadows.sm, }, taskItem: {