{nftInfo?.name ? (
{nftInfo?.name}
) : amount !== undefined ? (
-
+
) : (
- !simple && assetInfo?.symbol &&
{assetInfo.symbol}
+ !simple && fungibleToken?.symbol &&
{fungibleToken.symbol}
)}
)
diff --git a/apps/desktop-wallet/src/components/AssetLogo.tsx b/apps/desktop-wallet/src/components/AssetLogo.tsx
index 865e98bf7..adc1ce8e8 100644
--- a/apps/desktop-wallet/src/components/AssetLogo.tsx
+++ b/apps/desktop-wallet/src/components/AssetLogo.tsx
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License
along with the library. If not, see