front/src/routes/scene/edit-scene/actions/only-continue-if/OnlyContinueIfParams.jsx
Function render
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render(props, {}) {
const variableOptions = [];
props.actionsGroupsBefore.forEach((actionGroup, groupIndex) => {
actionGroup.forEach((action, index) => {