Coursemology/coursemology2

View on GitHub
client/app/bundles/course/learning-map/containers/Canvas/index.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Canvas has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Canvas = () => {
  const transformRef = useRef(null);
  const [scale, setScale] = useState(1);

  const getGateInputId = (isSummaryGate, parentNodeId, childNodeId) =>
Severity: Major
Found in client/app/bundles/course/learning-map/containers/Canvas/index.jsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status