nukeop/nuclear

View on GitHub
packages/app/app/containers/UserPanelContainer/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function UserPanelContainer has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const UserPanelContainer: React.FC = () => {
  const { t } = useTranslation('app');
  const dispatch = useDispatch();

  const [isSignUpFormOpen, setSignUpFormOpen] = useState(false);
Severity: Minor
Found in packages/app/app/containers/UserPanelContainer/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status