MostOfLuck/frontend-project-12

View on GitHub
frontend/src/components/chat/Channels/ChannelsPanel.jsx

Summary

Maintainability
A
0 mins
Test Coverage

Function ChannelsPanel has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const ChannelsPanel = () => {
  const channels = useSelector(channelsSelector.selectAll);
  const dispatch = useDispatch();
  const { t } = useTranslation();
  const currentChannelId = useSelector(currentChannel);
Severity: Minor
Found in frontend/src/components/chat/Channels/ChannelsPanel.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status