chore: format
This commit is contained in:
parent
a373bb7f0f
commit
f2071507b9
|
@ -27,8 +27,8 @@ const Actions = ({
|
|||
<li key={i}>
|
||||
<Traversal.Component
|
||||
context={context}
|
||||
onChange={(traversalValue) => {
|
||||
return onChange({
|
||||
onChange={(traversalValue, event) => (
|
||||
onChange({
|
||||
...value,
|
||||
traversals: [
|
||||
...traversals.slice(0, i),
|
||||
|
@ -38,8 +38,8 @@ const Actions = ({
|
|||
},
|
||||
...traversals.slice(i + 1),
|
||||
],
|
||||
});
|
||||
}}
|
||||
}, event)
|
||||
)}
|
||||
type="any"
|
||||
value={traversal}
|
||||
/>
|
||||
|
|
|
@ -29,8 +29,8 @@ const Routines = ({
|
|||
<span className="text">{name}</span>
|
||||
<Actions.Component
|
||||
context={context}
|
||||
onChange={(actionsValue) => {
|
||||
return onChange({
|
||||
onChange={(actionsValue, event) => (
|
||||
onChange({
|
||||
...value,
|
||||
routines: {
|
||||
...routines,
|
||||
|
@ -41,8 +41,8 @@ const Routines = ({
|
|||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
}}
|
||||
}, event)
|
||||
)}
|
||||
value={routine.routine}
|
||||
/>
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue
Block a user