chore: add object name for online identify header

Added an object name for this header so i can better init this whole object of context menu better (improves test stability)
This commit is contained in:
Anastasiya Semenkevich 2023-12-21 20:10:26 +03:00 committed by Anastasiya
parent 635bf7e582
commit 39095cc737
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ StatusMenu {
pubkey: root.store.userProfileInst.pubKey
icon: root.store.userProfileInst.icon
userIsEnsVerified: !!root.store.userProfileInst.preferredName
objectName: 'onlineIdentifierProfileHeader'
}
StatusMenuSeparator {