FIX: minor regression when acting on queued post

This commit is contained in:
Penar Musaraj 2019-01-10 15:32:33 -05:00
parent f43345b75a
commit 49e3a83062
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class='container'>
<div class='queued-posts'>
{{#each model as |post|}}
{{queued-post post=post currentlyEditing=editing removePost="removePost"}}
{{queued-post post=post currentlyEditing=editing removePost=(route-action "removePost" post)}}
{{else}}
<p>{{i18n "queue.none"}}</p>
{{/each}}