fix default followreq tab

This commit is contained in:
Lhc_fl 2024-10-06 21:00:25 +08:00 committed by kakkokari-gtyih
parent e580b92c37
commit 86bfe0236e
1 changed files with 1 additions and 1 deletions

View File

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