asenka0301/frontend-bootcamp-project-12

View on GitHub
frontend/src/components/pages/ChatPage/ChatPageComponents/DropdownChannel.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function DropdownChannel has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DropdownChannel = (props) => {
  const { item, activeChannelId, handleClick } = props;

  const { t } = useTranslation();
  const dispatch = useDispatch();

    There are no issues that match your filters.

    Category
    Status