kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): userfollow button detached from object
rodzic
7f7d49d8b0
commit
7fea956f01
|
@ -220,7 +220,7 @@ const isOpen = useModal('artist-description').isOpen
|
|||
/>
|
||||
</Modal>
|
||||
<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
|
||||
:actor="object"
|
||||
/>
|
||||
|
|
Ładowanie…
Reference in New Issue