From 944d8424d07a049c66afa783246e892bb362d1d2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 16:40:41 +0000 Subject: [PATCH] completionId: cgen-2a866028865e42369a143a03fa7385a6 cgen-2a866028865e42369a143a03fa7385a6 --- client/pages/Dashboard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 97c739d0..fd90c182 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -138,6 +138,7 @@ export default function Dashboard() { const [github, setGithub] = useState(""); const [twitter, setTwitter] = useState(""); const [savingProfile, setSavingProfile] = useState(false); + const [profileLinkCopied, setProfileLinkCopied] = useState(false); useEffect(() => { if (profile) {