Banda-Media/lunchMemo

View on GitHub
app/components/modules/registration/RegistrationPanel.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function RegistrationPanel has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const RegistrationPanel: React.FC = () => {
  const [route, setRoute] = useState('');
  useEffect(() => {
    const pathName = window && window.location.pathname;
    setRoute(pathName);
Severity: Minor
Found in app/components/modules/registration/RegistrationPanel.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status