Skip to content

Commit 9c03a17

Browse files
committed
fix stale heading action
1 parent eee7a85 commit 9c03a17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/social/socialPane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,12 +553,12 @@ export const socialPane = {
553553
}
554554

555555
refreshRelationshipUi = function () {
556+
rebuildMutualSection()
556557
headerControls = {
557558
...headerControls,
558559
showAddFriendAction: shouldShowHeaderAddFriendAction(headerControls.viewerMode)
559560
}
560561
;(header as SocialHeaderElement).refreshSocialHeader?.(headerControls)
561-
rebuildMutualSection()
562562
requestsTriage = triageFriends(kb, s)
563563
requestsSection.refreshRequests(requestsTriage)
564564
setActivePanel(activePanel)

0 commit comments

Comments
 (0)