From a97109544487289569679fd27e3a42db69fcc482 Mon Sep 17 00:00:00 2001 From: Dario Gabriel Lipicar Date: Thu, 2 May 2024 13:49:41 -0300 Subject: [PATCH] fix(wallet): fix missing community image in collectibles view community tag Closes #14437 --- ui/app/AppLayouts/Wallet/views/collectibles/CollectibleView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Wallet/views/collectibles/CollectibleView.qml b/ui/app/AppLayouts/Wallet/views/collectibles/CollectibleView.qml index 911dfba27f..13e0922449 100644 --- a/ui/app/AppLayouts/Wallet/views/collectibles/CollectibleView.qml +++ b/ui/app/AppLayouts/Wallet/views/collectibles/CollectibleView.qml @@ -187,7 +187,6 @@ Control { communityImage: root.communityImage visible: root.isCommunityCollectible enabled: !root.isLoading - useLongTextDescription: false TapHandler { enabled: !d.unknownCommunityName