redaktorscha/frontend-project-12

View on GitHub
frontend/src/components/Sidebar.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Sidebar has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Sidebar = () => {
  const { t } = useTranslation();
  const dispatch = useDispatch();
  const [btnFocused, setBtnFocused] = useState(false);
  const { type } = useSelector((state) => state.modal);
Severity: Minor
Found in frontend/src/components/Sidebar.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status