From 313807c384174dc5f8a0f078aaf1ed71769f8475 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Fri, 9 Aug 2024 11:47:56 +0500 Subject: [PATCH] web: remove `Report an issue` button from status bar --- apps/web/src/components/status-bar/index.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/apps/web/src/components/status-bar/index.tsx b/apps/web/src/components/status-bar/index.tsx index b9f8aea03..ccf05ab1d 100644 --- a/apps/web/src/components/status-bar/index.tsx +++ b/apps/web/src/components/status-bar/index.tsx @@ -110,21 +110,6 @@ function StatusBar() { ) : null} - {statuses?.map((status) => { const { key, icon: Icon } = status; return (