fix default followreq tab
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user