mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-02 02:22:55 +08:00
refactor: remove unused isPWA prop
This commit is contained in:
@@ -1488,6 +1488,7 @@ function Sidebar({
|
|||||||
</div>
|
</div>
|
||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
|
|
||||||
|
{/* // ! TODO: Move this to a new VersionUpdateNotification component */}
|
||||||
{/* Version Update Notification */}
|
{/* Version Update Notification */}
|
||||||
{updateAvailable && (
|
{updateAvailable && (
|
||||||
<div className="md:p-2 border-t border-border/50 flex-shrink-0">
|
<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>
|
<span className="text-xs">{t('actions.settings')}</span>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user