fix: update error logging

This commit is contained in:
David Nguyen
2025-03-04 01:41:39 +11:00
parent e08d62c844
commit 7c38970ee8
4 changed files with 13 additions and 5 deletions

View File

@ -62,7 +62,7 @@ export const GenericErrorLayout = ({
const team = useOptionalCurrentTeam();
const { subHeading, heading, message } =
errorCodeMap[errorCode || 404] ?? defaultErrorCodeMap[500];
errorCodeMap[errorCode || 500] ?? defaultErrorCodeMap[500];
return (
<div className="fixed inset-0 z-0 flex h-screen w-screen items-center justify-center">