ux: should not show follow requests tab when have no pending sent follow req
This commit is contained in:
parent
1eacf0772c
commit
0e6ba9ccd4
6 changed files with 19 additions and 2 deletions
|
|
@ -578,6 +578,10 @@ export const packedMeDetailedOnlySchema = {
|
|||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
hasPendingSentFollowRequest: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
unreadNotificationsCount: {
|
||||
type: 'number',
|
||||
nullable: false, optional: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue