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) {