GladysProject/Gladys

View on GitHub
front/src/routes/scene/edit-scene/actions/only-continue-if/OnlyContinueIfParams.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render(props, {}) {
    const variableOptions = [];

    props.actionsGroupsBefore.forEach((actionGroup, groupIndex) => {
      actionGroup.forEach((action, index) => {

    There are no issues that match your filters.

    Category
    Status