mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 07:31:12 +00:00
watch page description double-divider fix
This commit is contained in:
parent
7f51baab60
commit
d0053ade7a
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@
|
|||
|
||||
<v-divider
|
||||
v-if="
|
||||
!$store.state.tweaks.roundTweak || !$store.state.tweaks.roundWatch
|
||||
showMore &&
|
||||
(!$store.state.tweaks.roundTweak || !$store.state.tweaks.roundWatch)
|
||||
"
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue