From a3dd86872271b87e415b936105f0a70f6f62569f Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 5 Jan 2024 15:59:45 +0700 Subject: [PATCH] make cmd shortcut list always show on bottom bar --- web/containers/Layout/BottomBar/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/containers/Layout/BottomBar/index.tsx b/web/containers/Layout/BottomBar/index.tsx index 7f839b210..b6c4e3142 100644 --- a/web/containers/Layout/BottomBar/index.tsx +++ b/web/containers/Layout/BottomBar/index.tsx @@ -69,7 +69,6 @@ const BottomBar = () => { My Models  - {stateModel.state === 'start' && stateModel.loading && ( { /> )} {!stateModel.loading && downloadedModels.length !== 0 && ( - + )} {downloadedModels.length === 0 && !stateModel.loading &&