mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #1685 from Bnyro/efy
fix comments showing as disabled
This commit is contained in:
		
						commit
						72f281a870
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue