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 8724704 commit 767209aCopy full SHA for 767209a
frontend/src/router.tsx
@@ -350,8 +350,8 @@ export const router: RouteObject[] = [
350
} catch (error: any) {
351
// for 404s we want to return null so that the 404 page is shown
352
if (error?.response?.status === 404) {
353
- console.error("Event not found", error);
354
- return {event: null, promoCodeValid: undefined, promoCode: null};
+ // console.error("Event not found", error);
+ // return {event: null, promoCodeValid: undefined, promoCode: null};
355
}
356
357
console.error(error);
0 commit comments