mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
d700a1ad53
Closes: #14704 Closes: #14939
17 lines
339 B
QML
17 lines
339 B
QML
import utils 1.0
|
|
|
|
TokenDelegate {
|
|
title: Constants.dummyText
|
|
subTitle: Constants.dummyText
|
|
asset.name: Constants.dummyText
|
|
|
|
statusListItemSubTitle.loading: true
|
|
statusListItemTitle.loading: true
|
|
statusListItemIcon.loading: true
|
|
|
|
marketDetailsAvailable: true
|
|
marketDetailsLoading: true
|
|
|
|
enabled: false
|
|
}
|