DEV: Use angle bracket syntax (#153)

This commit is contained in:
Isaac Janzen 2023-05-26 10:58:50 -05:00 committed by GitHub
parent d9cab96642
commit 586d663796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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}}