kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): hide subscribe button from own profile
rodzic
72ef80db27
commit
2ad7b24396
|
@ -376,6 +376,7 @@ const tabs = ref([
|
|||
grow
|
||||
/>
|
||||
<subscribe-button
|
||||
v-if="store.state.auth.authenticated && object?.attributed_to.full_username !== store.state.auth.fullUsername"
|
||||
:channel="object"
|
||||
@subscribed="updateSubscriptionCount(1)"
|
||||
@unsubscribed="updateSubscriptionCount(-1)"
|
||||
|
|
Ładowanie…
Reference in New Issue