Compare commits

...

1 commit

Author SHA1 Message Date
David
ace02a8414 Hide block domain button if user is local
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-17 14:06:14 -08:00

View file

@ -225,7 +225,7 @@
{{ $t('user_card.mute') }}
</button>
</div>
<div>
<div v-if="!user.is_local">
<button
v-if="relationship.domain_blocking"
class="btn button-default btn-block toggled"