restore missing hasPendingReceivedFollowRequest in navbar
This commit is contained in:
		
							parent
							
								
									849344121c
								
							
						
					
					
						commit
						4a47b564e1
					
				|  | @ -40,7 +40,7 @@ export const navbarItemDef = reactive({ | |||
| 	followRequests: { | ||||
| 		title: i18n.ts.followRequests, | ||||
| 		icon: 'ti ti-user-plus', | ||||
| 		show: computed(() => $i != null && ($i.isLocked || $i.hasPendingSentFollowRequest)), | ||||
| 		show: computed(() => $i != null && ($i.isLocked || $i.hasPendingReceivedFollowRequest || $i.hasPendingSentFollowRequest)), | ||||
| 		indicated: computed(() => $i != null && $i.hasPendingReceivedFollowRequest), | ||||
| 		to: '/my/follow-requests', | ||||
| 	}, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue