Skip to content

Commit ca5317d

Browse files
committed
fix lint
1 parent a1f2c1a commit ca5317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/js/components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const IssueCard = {
3838
</h4>
3939
<p class="is-size-6">
4040
<a
41-
:href=" issue.url "
41+
:href="issue.url"
4242
target="_blank">
4343
<span class="has-color-forest-green">
4444
{{ issue.repo }}#{{ issue.number }}

0 commit comments

Comments
 (0)