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 &&