Skip to content

Commit

Permalink
DEV: Use angle bracket syntax (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
janzenisaac committed May 26, 2023
1 parent d9cab96 commit 586d663
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
{{#if model.postStream.loaded}}
{{#if model.postStream.firstPostPresent}}
<div class="voting title-voting">
{{mount-widget
widget="vote-box"
args=model
showLogin=(route-action "showLogin")
}}
{{! template-lint-disable no-capital-arguments }}
<MountWidget
@widget="vote-box"
@args={{model}}
@showLogin={{route-action "showLogin"}}
/>
</div>
{{/if}}
{{/if}}
Expand Down

0 comments on commit 586d663

Please sign in to comment.