MostOfLuck/frontend-project-12

View on GitHub
frontend/src/components/chat/Messages/MessageForm.jsx

Summary

Maintainability
A
0 mins
Test Coverage

Function MessageForm has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const MessageForm = () => {
  const { t } = useTranslation();
  const rollbar = useRollbar();
  const { addNewMessage } = useChatApi();
  const auth = useAuthorization();
Severity: Major
Found in frontend/src/components/chat/Messages/MessageForm.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status