Skip to content

Commit

Permalink
yield value in Pending
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Jun 19, 2020
1 parent 4fac714 commit b1f1fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/await/pending/template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{#if this.shouldRender}}
{{yield}}
{{yield @value}}
{{/if}}

0 comments on commit b1f1fe2

Please sign in to comment.