mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-15 04:38:22 +00:00
Merge pull request #1685 from Bnyro/efy
fix comments showing as disabled
This commit is contained in:
commit
72f281a870
@ -155,7 +155,6 @@
|
||||
|
||||
<div class="grid pp-rec-vids">
|
||||
<div class="xl:col-span-4 sm:col-span-3">
|
||||
<p class="text-center mt-8" v-t="'comment.user_disabled'"></p>
|
||||
<button
|
||||
class="btn mb-2"
|
||||
@click="toggleComments"
|
||||
@ -163,7 +162,7 @@
|
||||
/>
|
||||
</div>
|
||||
<div v-if="!showComments" class="w-full"></div>
|
||||
<div v-if="!comments" class="">
|
||||
<div v-else-if="!comments" class="">
|
||||
<p class="text-center mt-8" v-t="'comment.loading'"></p>
|
||||
</div>
|
||||
<div v-else-if="comments.disabled" class="">
|
||||
|
Loading…
Reference in New Issue
Block a user