Skip to content

Commit fe7146c

Browse files
committed
fix(efp): padding + indentation + status-go module
Corrected indentation for 'avatar' and 'isFollowingAddress' properties. Advanced the status-go submodule pointer to live commit 4c3fda7768ed7d35abb187877aac5962e3ee19bc Fix spacing property to handle undefined values Updated the spacing assignment to use optional chaining
1 parent 2ffd451 commit fe7146c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ui/app/AppLayouts/Wallet/popups/SavedAddressActivityPopup.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ StatusDialog {
139139
ens: d.ens
140140
colorId: d.colorId
141141
mixedcaseAddress: d.mixedcaseAddress
142-
avatar: d.avatar
143-
isFollowingAddress: d.isFollowingAddress
142+
avatar: d.avatar
143+
isFollowingAddress: d.isFollowingAddress
144144

145145
statusListItemTitle.font.pixelSize: Theme.fontSize22
146146
statusListItemTitle.font.bold: Font.Bold

ui/app/AppLayouts/Wallet/views/LeftTabView.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Rectangle {
491491
isRoundIcon: true
492492
textColor: Theme.palette.directColor1
493493
textFillWidth: true
494-
spacing: walletAccountsListView.firstItem.statusListItemTitleArea.anchors.leftMargin
494+
spacing: walletAccountsListView.firstItem?.statusListItemTitleArea.anchors.leftMargin ?? Theme.padding
495495
onClicked: root.selectFollowingAddresses()
496496
}
497497
}

vendor/status-go

Submodule status-go updated 149 files

0 commit comments

Comments
 (0)