We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630f577 commit 547a52aCopy full SHA for 547a52a
src/spaces/onboarding/pages/ProjectPage.tsx
@@ -26,7 +26,7 @@ export default function ProjectPage() {
26
}
27
28
if (error || !workspaces || !projectName) {
29
- return <IllustratedError details={error.message} />;
+ return <IllustratedError details={error?.message} />;
30
31
32
return (
0 commit comments