mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
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:
parent
7cf17e2fa0
commit
395e59697c
2 changed files with 4 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue