fix default followreq tab

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

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(() => ({
title: i18n.ts.followRequests,