mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-11 12:09:35 +01:00
Hide date and views separator on the watch page when views are hidden (#4697)
This commit is contained in:
parent
73805300ae
commit
a6cb20be40
@ -9,7 +9,10 @@
|
||||
</div>
|
||||
<div class="videoMetrics">
|
||||
<div class="datePublishedAndViewCount">
|
||||
{{ publishedString }} {{ dateString }} • {{ parsedViewCount }}
|
||||
{{ publishedString }} {{ dateString }}
|
||||
<template v-if="!hideVideoViews">
|
||||
• {{ parsedViewCount }}
|
||||
</template>
|
||||
</div>
|
||||
<div
|
||||
v-if="!hideVideoLikesAndDislikes"
|
||||
|
Loading…
Reference in New Issue
Block a user