rrebase/knboard

View on GitHub
frontend/src/features/comment/CommentTextarea.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function CommentTextarea has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

const CommentTextarea = (props: TextareaAutosizeProps) => {
  const theme = useTheme();

  return (
    <TextareaAutosize
Severity: Minor
Found in frontend/src/features/comment/CommentTextarea.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status