mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add range check for views.
This commit is contained in:
parent
e445b3942c
commit
fbb8e20329
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
<br />
|
||||
|
||||
<b v-if="result.views" class="uk-text-small">
|
||||
<b v-if="result.views >= 0" class="uk-text-small">
|
||||
<font-awesome-icon icon="eye"></font-awesome-icon>
|
||||
{{ numberFormat(result.views) }} views
|
||||
</b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue