atlp-rwanda/hackers-ec-Fe

View on GitHub
src/components/chat/ChatComponent.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function ChatComponent has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ChatComponent = () => {
    const [chatModal, setChatModal] = useState(false);
    const toggleChatModal = () => {
        setChatModal(!chatModal);
    };
Severity: Minor
Found in src/components/chat/ChatComponent.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status