From be12c12b2842099c56db385488c9fc0197a39f30 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 17 May 2023 16:29:19 -0400 Subject: [PATCH] Remove unused Badge component from ActivityPanel icon --- ui/src/layout/ActivityPanel.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/src/layout/ActivityPanel.js b/ui/src/layout/ActivityPanel.js index a209256c9..840c54b6f 100644 --- a/ui/src/layout/ActivityPanel.js +++ b/ui/src/layout/ActivityPanel.js @@ -3,7 +3,6 @@ import { useDispatch, useSelector } from 'react-redux' import { useNotify, useTranslate } from 'react-admin' import { Popover, - Badge, CircularProgress, IconButton, makeStyles, @@ -94,9 +93,7 @@ const ActivityPanel = () => {
- - {up ? : } - + {up ? : } {scanStatus.scanning && (