feat: hide profile when blocked
This commit is contained in:
parent
1476438d73
commit
f33b6b58cd
4 changed files with 13 additions and 5 deletions
|
@ -43,10 +43,6 @@ const paginator = $computed(() => tabs.find(t => t.name === tab)!.paginator)
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<!-- TODO figure out when profile is unavailable -->
|
||||
<!-- <div v-if="(account!.discoverable === false)" h-30 flex="~ center" text-secondary-light>
|
||||
{{ $t('account.profile_unavailable') }}
|
||||
</div> -->
|
||||
<div>
|
||||
<CommonTabs v-model="tab" :options="tabs" command />
|
||||
<KeepAlive>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue