Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed May 23, 2024
1 parent 05ac1e0 commit dafdbef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions frontend/src/pages/error/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ const ErrorBoundaryPage = () => {
message={t("serverErrorMessage")}
/>
);
} else {
return (
<ErrorPage
statusCode={error.statusText}
statusTitle={t("serverError")}
message={t("serverErrorMessage")}
/>
);
}
}
};
1 change: 0 additions & 1 deletion frontend/src/pages/project/projectView/ProjectView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default function ProjectView() {

}, [projectId, updateProject]);


if (!projectId) return null;

return (
Expand Down

0 comments on commit dafdbef

Please sign in to comment.