Skip to content

Commit 9178683

Browse files
committed
Make the linter happy
1 parent 9661fe2 commit 9178683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/crate/version.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
{{ version.num }}
169169
</LinkTo>
170170
{{moment-format version.created_at 'll'}}
171-
{{#if isOwner}}
171+
{{#if this.isOwner}}
172172
{{#if version.yanked}}
173173
<button type="button" local-class="remove-button" {{on "click" (perform this.unyankVersionTask version)}}>Unyank</button>
174174
{{else}}

0 commit comments

Comments
 (0)