parent
f33b6b58cd
commit
2672af671c
4 changed files with 36 additions and 1 deletions
|
@ -27,7 +27,8 @@ onReactivated(() => {
|
|||
</template>
|
||||
|
||||
<template v-if="account">
|
||||
<AccountHeader :account="account" command border="b base" />
|
||||
<AccountMoved v-if="account.moved" :account="account" />
|
||||
<AccountHeader :account="account" command border="b base" :class="{ 'op-50 grayscale-50': !!account.moved }" />
|
||||
|
||||
<div v-if="relationship?.blockedBy" h-30 flex="~ col center gap-2">
|
||||
<div text-secondary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue