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 9c04b57 commit 630f577Copy full SHA for 630f577
src/spaces/mcp/pages/McpPage.tsx
@@ -44,7 +44,7 @@ export default function McpPage() {
44
}
45
46
if (error || !mcp) {
47
- return <IllustratedError details={error.message} />;
+ return <IllustratedError details={error?.message} />;
48
49
50
return (
0 commit comments