mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
lint
This commit is contained in:
parent
de04cc4b1b
commit
a5e7487042
@ -32,7 +32,7 @@
|
||||
@navigate-next="navigateNext"
|
||||
/>
|
||||
</keep-alive>
|
||||
<div v-if="video&&isMobile">
|
||||
<div v-if="video && isMobile">
|
||||
<ChaptersBar
|
||||
v-if="video?.chapters?.length > 0 && showChapters"
|
||||
:mobile-layout="isMobile"
|
||||
@ -296,7 +296,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="video&&!isMobile" class="w-96 flex-none">
|
||||
<div v-if="video && !isMobile" class="w-96 flex-none">
|
||||
<ChaptersBar
|
||||
v-if="video?.chapters?.length > 0 && showChapters"
|
||||
:mobile-layout="isMobile"
|
||||
|
Loading…
Reference in New Issue
Block a user