redaktorscha/frontend-project-12

View on GitHub
frontend/src/components/Chat.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Chat has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Chat = () => {
  const [isLoading, setIsLoading] = useState(true);
  const { user, logOut } = useAuth();
  const { t } = useTranslation();

Severity: Major
Found in frontend/src/components/Chat.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status