MostOfLuck/frontend-project-12

View on GitHub
frontend/src/components/chat/ChatPanel.jsx

Summary

Maintainability
A
0 mins
Test Coverage

Function ChatPanel has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const ChatPanel = () => {
  const { t } = useTranslation();

  const messages = useSelector(messagesSelector.selectAll);
  const currentChannelData = useSelector(currentChannel);
Severity: Minor
Found in frontend/src/components/chat/ChatPanel.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status