Coursemology/coursemology2

View on GitHub
client/app/lib/components/core/layouts/Page.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Page has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Page = (props: PageProps): JSX.Element => {
  const { backTo: route } = props;

  const navigate = useNavigate();

Severity: Minor
Found in client/app/lib/components/core/layouts/Page.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status