fix default followreq tab
This commit is contained in:
parent
e580b92c37
commit
86bfe0236e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue