mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 13:37:23 +00:00
Add range check for views.
This commit is contained in:
parent
929b1c07c0
commit
b69cc4c848
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
<br />
|
<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>
|
<font-awesome-icon icon="eye"></font-awesome-icon>
|
||||||
{{ numberFormat(result.views) }} views
|
{{ numberFormat(result.views) }} views
|
||||||
</b>
|
</b>
|
||||||
|
Loading…
Reference in New Issue
Block a user