Lambda-School-Labs/designhub-fe

View on GitHub
src/views/Project/ImageViewer/TempComment.js

Summary

Maintainability
A
1 hr
Test Coverage

Function TempComment has 51 lines of code (exceeds 50 allowed). Consider refactoring.
Open

export const TempComment = (props) => {
  const [comment, setComment] = useState();

  const { c } = this.props;
  const { top, left } = c;
Severity: Major
Found in src/views/Project/ImageViewer/TempComment.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status