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:
parent
635bf7e582
commit
39095cc737
|
@ -22,6 +22,7 @@ StatusMenu {
|
|||
pubkey: root.store.userProfileInst.pubKey
|
||||
icon: root.store.userProfileInst.icon
|
||||
userIsEnsVerified: !!root.store.userProfileInst.preferredName
|
||||
objectName: 'onlineIdentifierProfileHeader'
|
||||
}
|
||||
|
||||
StatusMenuSeparator {
|
||||
|
|
Loading…
Reference in New Issue