File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export default () => {
139
139
x-pattern = " readPretty"
140
140
x-reactions = { {
141
141
dependencies: [' .projects' ],
142
- when: ' {{$deps.length > 0}}' ,
142
+ when: ' {{$deps[0] .length > 0}}' ,
143
143
fulfill: {
144
144
state: {
145
145
value:
@@ -338,7 +338,7 @@ const schema = {
338
338
' x-pattern' : ' readPretty' ,
339
339
' x-reactions' : {
340
340
dependencies: [' .projects' ],
341
- when: ' {{$deps.length > 0}}' ,
341
+ when: ' {{$deps[0] .length > 0}}' ,
342
342
fulfill: {
343
343
state: {
344
344
value:
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ export default () => {
139
139
x-pattern = " readPretty"
140
140
x-reactions = { {
141
141
dependencies: [' .projects' ],
142
- when: ' {{$deps.length > 0}}' ,
142
+ when: ' {{$deps[0] .length > 0}}' ,
143
143
fulfill: {
144
144
state: {
145
145
value:
@@ -338,7 +338,7 @@ const schema = {
338
338
' x-pattern' : ' readPretty' ,
339
339
' x-reactions' : {
340
340
dependencies: [' .projects' ],
341
- when: ' {{$deps.length > 0}}' ,
341
+ when: ' {{$deps[0] .length > 0}}' ,
342
342
fulfill: {
343
343
state: {
344
344
value:
You can’t perform that action at this time.
0 commit comments