simlify/simlify

View on GitHub
packages/client/app/components/NodeArea/SimulationNodes/SimulationNodeWidget/SimulationNodeBody.js

Summary

Maintainability
A
1 hr
Test Coverage

Function renderBezierCurve has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function renderBezierCurve(node, options) {
  const { points, invertedCurve } = options.variables;
  const [ isCurveDecreasing, setCurveDecreasing ] = useState(invertedCurve);

  const handleSwitchChange = (value) => {

    There are no issues that match your filters.

    Category
    Status