mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
Add optional chaining to check
This commit is contained in:
parent
9a93dfd017
commit
c7f1f23d09
@ -194,7 +194,7 @@
|
|||||||
<div class="grid xl:grid-cols-5 sm:grid-cols-4 grid-cols-1">
|
<div class="grid xl:grid-cols-5 sm:grid-cols-4 grid-cols-1">
|
||||||
<div class="xl:col-span-4 sm:col-span-3">
|
<div class="xl:col-span-4 sm:col-span-3">
|
||||||
<button
|
<button
|
||||||
v-if="!comments.disabled"
|
v-if="!comments?.disabled"
|
||||||
class="btn mb-2"
|
class="btn mb-2"
|
||||||
@click="toggleComments"
|
@click="toggleComments"
|
||||||
v-text="
|
v-text="
|
||||||
|
Loading…
Reference in New Issue
Block a user