chore: lint

This commit is contained in:
cha0s 2020-06-22 15:43:27 -05:00
parent 5405ed6e36
commit 25ffc77b0b

View File

@ -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}
/>