fix(front): userfollow button detached from object
This commit is contained in:
		
							parent
							
								
									7f7d49d8b0
								
							
						
					
					
						commit
						7fea956f01
					
				| 
						 | 
					@ -220,7 +220,7 @@ const isOpen = useModal('artist-description').isOpen
 | 
				
			||||||
        />
 | 
					        />
 | 
				
			||||||
      </Modal>
 | 
					      </Modal>
 | 
				
			||||||
      <UserFollowButton
 | 
					      <UserFollowButton
 | 
				
			||||||
        v-if="store.state.auth.authenticated && object && object.full_username !== store.state.auth.fullUsername"
 | 
					        v-if="store.state.auth.authenticated && fullUsername !== store.state.auth.fullUsername"
 | 
				
			||||||
        low-height
 | 
					        low-height
 | 
				
			||||||
        :actor="object"
 | 
					        :actor="object"
 | 
				
			||||||
      />
 | 
					      />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue