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;