Revert "ux: should not show follow requests tab when have no pending sent follow req"

This reverts commit e580b92c37.
This commit is contained in:
kakkokari-gtyih 2024-11-02 19:11:28 +09:00
parent d69e3516f4
commit 6841fcdbe4
6 changed files with 1 additions and 17 deletions

View file

@ -40,7 +40,6 @@ export const navbarItemDef = reactive({
followRequests: {
title: i18n.ts.followRequests,
icon: 'ti ti-user-plus',
show: computed(() => $i != null && ($i.isLocked || $i.hasPendingReceivedFollowRequest || $i.hasPendingSentFollowRequest)),
indicated: computed(() => $i != null && $i.hasPendingReceivedFollowRequest),
to: '/my/follow-requests',
},