We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee7a85 commit 9c03a17Copy full SHA for 9c03a17
1 file changed
src/social/socialPane.ts
@@ -553,12 +553,12 @@ export const socialPane = {
553
}
554
555
refreshRelationshipUi = function () {
556
+ rebuildMutualSection()
557
headerControls = {
558
...headerControls,
559
showAddFriendAction: shouldShowHeaderAddFriendAction(headerControls.viewerMode)
560
561
;(header as SocialHeaderElement).refreshSocialHeader?.(headerControls)
- rebuildMutualSection()
562
requestsTriage = triageFriends(kb, s)
563
requestsSection.refreshRequests(requestsTriage)
564
setActivePanel(activePanel)
0 commit comments