mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-14 12:47:33 +00:00
refactor: remove unused isPWA prop
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user