Skip to content

Commit

Permalink
fix(graph): don't show error page header in console
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Apr 25, 2024
1 parent 72841d4 commit 9658bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/client/src/app/ui-components/error-boundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function ErrorBoundary() {

return (
<div className="flex h-screen w-full flex-col items-center">
<ProjectDetailsHeader />
{environment !== 'nx-console' && <ProjectDetailsHeader />}
<div className="mx-auto mb-8 w-full max-w-6xl flex-grow px-8">
<h1 className="mb-4 text-4xl dark:text-slate-100">Error</h1>
<div>
Expand Down

0 comments on commit 9658bb7

Please sign in to comment.