Skip to content

Commit 547a52a

Browse files
committed
Fix type
1 parent 630f577 commit 547a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaces/onboarding/pages/ProjectPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function ProjectPage() {
2626
}
2727

2828
if (error || !workspaces || !projectName) {
29-
return <IllustratedError details={error.message} />;
29+
return <IllustratedError details={error?.message} />;
3030
}
3131

3232
return (

0 commit comments

Comments
 (0)