FIX: minor regression when acting on queued post
This commit is contained in:
parent
f43345b75a
commit
49e3a83062
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue