diff --git a/apps/web/src/components/status-bar/index.tsx b/apps/web/src/components/status-bar/index.tsx index c576c43a3..e7be8f549 100644 --- a/apps/web/src/components/status-bar/index.tsx +++ b/apps/web/src/components/status-bar/index.tsx @@ -147,7 +147,7 @@ function StatusBar() { ); })} - {updateStatus && ( + {updateStatus && updateStatus.type !== "updated" && (