From 83a47999083eaa5b8e84cffe591441af97fd05ef Mon Sep 17 00:00:00 2001 From: Haileyesus Date: Fri, 6 Feb 2026 12:08:42 +0300 Subject: [PATCH] refactor: remove unused isPWA prop --- src/components/Sidebar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Sidebar.jsx b/src/components/Sidebar.jsx index 170543cb..442b0d42 100644 --- a/src/components/Sidebar.jsx +++ b/src/components/Sidebar.jsx @@ -1487,7 +1487,8 @@ function Sidebar({ )} - + + {/* // ! TODO: Move this to a new VersionUpdateNotification component */} {/* Version Update Notification */} {updateAvailable && (
@@ -1561,7 +1562,6 @@ function Sidebar({ {t('actions.settings')}
- )}