mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 22:35:11 +00:00
fix default followreq tab
This commit is contained in:
parent
0e6ba9ccd4
commit
0c03f9ead0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue