RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/views/room/composer/messageBox/MessageBoxReplies.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function MessageBoxReplies has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const MessageBoxReplies = (): ReactElement | null => {
    const chat = useChat();

    if (!chat?.composer?.quotedMessages) {
        throw new Error('Chat context not found');

    There are no issues that match your filters.

    Category
    Status