From c68d0371a033b44200186dca57645ae36ea24aa0 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 20 Dec 2023 14:59:13 +0700 Subject: [PATCH] fix: model active indicator only show when model activated (#1110) --- web/containers/Layout/BottomBar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/containers/Layout/BottomBar/index.tsx b/web/containers/Layout/BottomBar/index.tsx index fb0ef5ed6..6fbac8bec 100644 --- a/web/containers/Layout/BottomBar/index.tsx +++ b/web/containers/Layout/BottomBar/index.tsx @@ -46,12 +46,12 @@ const BottomBar = () => { )} {!stateModel.loading && downloadedModels.length !== 0 && ( -   to show your model +   to view models ) }