chore: lint
This commit is contained in:
parent
5405ed6e36
commit
25ffc77b0b
|
@ -76,8 +76,8 @@ const Traversal = (props) => {
|
|||
{arg.label}
|
||||
<Value.Component
|
||||
context={context}
|
||||
onChange={(argValue, event) => {
|
||||
return onChange({
|
||||
onChange={(argValue, event) => (
|
||||
onChange({
|
||||
...value,
|
||||
steps: [
|
||||
...steps.slice(0, i),
|
||||
|
@ -95,8 +95,8 @@ const Traversal = (props) => {
|
|||
...steps.slice(i + 1),
|
||||
],
|
||||
value: assignValue,
|
||||
}, event);
|
||||
}}
|
||||
}, event)
|
||||
)}
|
||||
type={description.args[j][1].type}
|
||||
value={arg}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user