diff --git a/src/app/u/client.tsx b/src/app/u/client.tsx index 2c3d7e79..f83392a6 100644 --- a/src/app/u/client.tsx +++ b/src/app/u/client.tsx @@ -460,6 +460,7 @@ function ProfileContent({ uid }: { uid?: string }) { const handleShareProject = (projectId: string) => { const url = window.location.href; copyToClipboard(url).then((copiedSuccessfully) => { +.catch(err => console.error(err)) if (copiedSuccessfully) { showSuccess('Project link copied to clipboard.'); } else {