asenka0301/frontend-bootcamp-project-12

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function MessageForm has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const MessageForm = () => {
  const inputRef = useRef();
  const { t } = useTranslation();
  const socket = useSocket();
  const activeChannelId = useSelector((state) => {

    There are no issues that match your filters.

    Category
    Status