From 6659e07a50fc99a408c53a42dce3494a94887310 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 170543c..442b0d4 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')}
- )}