codeRIT/hackathon_manager

View on GitHub
website/pages/en/help.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Help has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Help(props) {
  const {config: siteConfig, language = ''} = props;
  const {baseUrl, docsUrl} = siteConfig;
  const docsPart = `${docsUrl ? `${docsUrl}/` : ''}`;
  const langPart = `${language ? `${language}/` : ''}`;
Severity: Minor
Found in website/pages/en/help.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status