fix: resolve biome lint and formatting issues

Remove unused isChat variable and fix Button formatting.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-05-25 16:01:26 +00:00
parent 7cf17e2fa0
commit 395e59697c
2 changed files with 4 additions and 2 deletions

View file

@ -49,7 +49,6 @@ export function MobileBottomNav({ onAddMemory, onOpenSearch }: BottomNavProps) {
const isHome = viewMode === "dashboard"
const isMemories = viewMode === "list" || viewMode === "graph"
const isChat = viewMode === "chat"
const isMore = INTEGRATION_VIEWS.includes(viewMode)
return (

View file

@ -840,7 +840,10 @@ export function ConnectAIModal({
Migrate from v1
</Button>
</div>
<Button className="w-full sm:w-auto" onClick={() => setIsOpen(false)}>
<Button
className="w-full sm:w-auto"
onClick={() => setIsOpen(false)}
>
Done
</Button>
</div>