CodeTheChangeUBC/sasc

View on GitHub
client/src/Components/Chat/MessageBox.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        return (
            <div className="message-box" id="message-box">
                {this.props.msgs.map(
                    ({
Severity: Minor
Found in client/src/Components/Chat/MessageBox.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status