ahbeng/NUSMods

View on GitHub
website/src/views/errors/NotFoundPage.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function NotFoundPage has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NotFoundPage: React.FC = () => {
  Sentry.withScope(() => {
    Sentry.captureMessage('404 - Page Not Found');
  });

Severity: Minor
Found in website/src/views/errors/NotFoundPage.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status