mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
fix: remove profile unavailable (temporary)
This commit is contained in:
parent
bbaccfcde5
commit
aab6eb6752
1 changed files with 4 additions and 3 deletions
|
@ -43,10 +43,11 @@ const paginator = $computed(() => tabs.find(t => t.name === tab)!.paginator)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div v-if="(account!.discoverable === false)" h-30 flex="~ center" text-secondary-light>
|
<!-- TODO figure out when profile is unavailable -->
|
||||||
|
<!-- <div v-if="(account!.discoverable === false)" h-30 flex="~ center" text-secondary-light>
|
||||||
{{ $t('account.profile_unavailable') }}
|
{{ $t('account.profile_unavailable') }}
|
||||||
</div>
|
</div> -->
|
||||||
<div v-else>
|
<div>
|
||||||
<CommonTabs v-model="tab" :options="tabs" command />
|
<CommonTabs v-model="tab" :options="tabs" command />
|
||||||
<KeepAlive>
|
<KeepAlive>
|
||||||
<TimelinePaginator :key="tab" :paginator="paginator" />
|
<TimelinePaginator :key="tab" :paginator="paginator" />
|
||||||
|
|
Loading…
Reference in a new issue