Hide block domain button if user is local (#214) #221
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue