fix(wallet): fix missing community image in collectibles view community tag
Closes #14437
This commit is contained in:
parent
89435879c1
commit
a971095444
|
@ -187,7 +187,6 @@ Control {
|
|||
communityImage: root.communityImage
|
||||
visible: root.isCommunityCollectible
|
||||
enabled: !root.isLoading
|
||||
useLongTextDescription: false
|
||||
|
||||
TapHandler {
|
||||
enabled: !d.unknownCommunityName
|
||||
|
|
Loading…
Reference in New Issue