From 563f37f8848e6b3ea47c1d7dad95a76ef5a99be5 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 23 Feb 2024 17:12:26 +0700 Subject: [PATCH] fix: system monitor ui (#2135) --- web/containers/Layout/BottomBar/SystemMonitor/index.tsx | 4 ++-- web/containers/Layout/BottomBar/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx index 5b7853698..a7659d425 100644 --- a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx +++ b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx @@ -88,12 +88,12 @@ const SystemMonitor = () => {
-
Running Models
+
Running Models
{showFullScreen ? ( { const progress = useAtomValue(appDownloadProgress) return ( -
+
{progress && progress > 0 ? (