From bd29f4e9e21ce8bce7f12b6219766e9773c8b122 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 19 Sep 2023 16:04:52 +0500 Subject: [PATCH] web: hide "You are on latest version" notice --- apps/web/src/components/status-bar/index.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" && (