refactor: remove unused isPWA prop

This commit is contained in:
Haileyesus
2026-02-06 12:08:42 +03:00
parent 98e16714d2
commit 6659e07a50

View File

@@ -1487,7 +1487,8 @@ function Sidebar({
)}
</div>
</ScrollArea>
{/* // ! TODO: Move this to a new VersionUpdateNotification component */}
{/* Version Update Notification */}
{updateAvailable && (
<div className="md:p-2 border-t border-border/50 flex-shrink-0">
@@ -1561,7 +1562,6 @@ function Sidebar({
<span className="text-xs">{t('actions.settings')}</span>
</Button>
</div>
</div>
</>
)}