Skip to content

Commit

Permalink
fix(app-card): show downloads count only if gt zero
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed May 15, 2020
1 parent 07a36fb commit 91899d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/html/EcAppCard.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<span class="text-info" v-else>
{{ i19paid }}
</span>
<span class="float-right"><i class="fas fa-download"></i>
<span v-if="downloadCount" class="float-right">
<i class="fas fa-download"></i>
{{ downloadCount }}
</span>
</a-card>

0 comments on commit 91899d6

Please # to comment.