anyone-oslo/pages

View on GitHub
app/javascript/components/ImageCropper/Toolbar.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Toolbar has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Toolbar(props: Props) {
  const { cropping } = props.cropState;

  const aspectRatios: Array<[string, Ratio]> = [
    ["Free", null],
Severity: Major
Found in app/javascript/components/ImageCropper/Toolbar.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status