mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-12 19:28:22 +00:00
Add range check for views.
This commit is contained in:
parent
929b1c07c0
commit
b69cc4c848
@ -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…
Reference in New Issue
Block a user