From b270ce706bbf81c5b79a728627f74176a5131b4d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 21 Mar 2026 21:18:35 +0100 Subject: [PATCH] Fix button flash --- web/components/home/home.tsx | 2 +- web/components/nav/sidebar.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/home/home.tsx b/web/components/home/home.tsx index 8281fcb5..3eaee77f 100644 --- a/web/components/home/home.tsx +++ b/web/components/home/home.tsx @@ -48,7 +48,7 @@ export function LoggedOutHome() { return ( <> - {!user && ( + {user === null && ( )} - {!user && } + {user === null && } {user && profile === null && (