From c47a16298b9854c61078376e5d72f407db525b3d Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Fri, 13 Aug 2021 16:06:52 -0400 Subject: [PATCH] fix: viewProfileAction is not defined --- ui/shared/UserStatusContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/shared/UserStatusContextMenu.qml b/ui/shared/UserStatusContextMenu.qml index 470f0784c5..f3a17263fc 100644 --- a/ui/shared/UserStatusContextMenu.qml +++ b/ui/shared/UserStatusContextMenu.qml @@ -73,7 +73,7 @@ PopupMenu { } Separator { - anchors.bottom: viewProfileAction.top + anchors.bottom: profileHeader.bottom } overrideTextColor: Style.current.textColor