RocketChat/Rocket.Chat

View on GitHub
packages/uikit-playground/src/Components/ComponentSideBar/SideBar.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SideBar has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SideBar: FC = () => {
  const { state, dispatch } = useContext(context);

  useEffect(() => {
    dispatch(sidebarToggleAction(false));

    There are no issues that match your filters.

    Category
    Status