Disable follow button if blocked by user
This commit is contained in:
		
							parent
							
								
									a9a95e9120
								
							
						
					
					
						commit
						7f4dd9ff03
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -193,6 +193,7 @@
 | 
			
		|||
            <FollowButton
 | 
			
		||||
              :relationship="relationship"
 | 
			
		||||
              :user="user"
 | 
			
		||||
              :disabled="relationship.blocked_by"
 | 
			
		||||
            />
 | 
			
		||||
            <template v-if="relationship.following">
 | 
			
		||||
              <ProgressButton
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue