From fb402aab84ce47ca132ee9ea3691214f2af08d34 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 5 Oct 2025 01:45:29 +0000 Subject: [PATCH] Remove profile dependency from guard cgen-bdc993d12d0242a380a1ccea35274449 --- client/pages/ProfilePassport.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/ProfilePassport.tsx b/client/pages/ProfilePassport.tsx index f35f5565..c4d0ab2a 100644 --- a/client/pages/ProfilePassport.tsx +++ b/client/pages/ProfilePassport.tsx @@ -83,7 +83,7 @@ const ProfilePassport = () => { ? `username:${normalizedUsername}` : null; - if (targetKey && lastLoadedKeyRef.current === targetKey && profile) { + if (targetKey && lastLoadedKeyRef.current === targetKey) { setLoading(false); setNotFound(false); return;