fix(front): userfollow button detached from object

merge-requests/2805/head
ArneBo 2025-04-15 13:56:15 +02:00
rodzic 7f7d49d8b0
commit 7fea956f01
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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"
/>