fix default followreq tab

This commit is contained in:
Lhc_fl 2024-10-06 21:03:56 +08:00 committed by Hazelnoot
parent 0c03f9ead0
commit 19a1f3111b

View file

@ -95,7 +95,7 @@ const headerTabs = computed(() => [
}, },
]); ]);
const tab = ref($i?.isLocked && !$i.hasPendingSentFollowRequest ? 'list' : 'sent'); const tab = ref($i?.isLocked || !$i.hasPendingSentFollowRequest ? 'list' : 'sent');
definePageMetadata(() => ({ definePageMetadata(() => ({
title: i18n.ts.followRequests, title: i18n.ts.followRequests,