From 4bb6e87db9168d6246ea72fcd1aa37ecadbe67e6 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 9 May 2021 21:54:09 +0800 Subject: [PATCH] Fix some style issues --- frontend/src/App/notifications/index.tsx | 3 --- frontend/src/System/Tasks/table.tsx | 11 +++++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/App/notifications/index.tsx b/frontend/src/App/notifications/index.tsx index da083b9a2..59a7017d4 100644 --- a/frontend/src/App/notifications/index.tsx +++ b/frontend/src/App/notifications/index.tsx @@ -95,9 +95,6 @@ const ProgressToast: FunctionComponent = ({ return ( -
= ({ tasks }) => { [] ); - return ; + return ( + + ); }; export default Table;