mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
72b03e69aa
Updates: #13663
13 lines
304 B
QML
13 lines
304 B
QML
import QtQuick 2.15
|
|
|
|
// Required mock of: src/app/modules/main/wallet_section/accounts/view.nim
|
|
|
|
Item {
|
|
readonly property string contextPropertyName: "walletSectionAccounts"
|
|
|
|
// Required
|
|
//
|
|
function getNameByAddress(address) {
|
|
return "Name Mock " + address.substring(0, 5)
|
|
}
|
|
} |