fix: rework tip for unavailable posts

refactor #767
This commit is contained in:
三咲智子 2023-01-07 02:29:44 +08:00
parent a311e0ec80
commit 79e4841f87
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
5 changed files with 29 additions and 26 deletions

View file

@ -21,6 +21,6 @@ if (account) {
<template>
<div>
<AccountTabs />
<TimelinePaginator :paginator="paginator" :preprocess="reorderedTimeline" context="account" />
<TimelinePaginator :paginator="paginator" :preprocess="reorderedTimeline" context="account" :account="account" />
</div>
</template>