mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
Hide block domain button if user is local
This commit is contained in:
parent
169282ea42
commit
ace02a8414
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
||||||
{{ $t('user_card.mute') }}
|
{{ $t('user_card.mute') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div v-if="!user.is_local">
|
||||||
<button
|
<button
|
||||||
v-if="relationship.domain_blocking"
|
v-if="relationship.domain_blocking"
|
||||||
class="btn button-default btn-block toggled"
|
class="btn button-default btn-block toggled"
|
||||||
|
|
Loading…
Reference in a new issue