From f0ad7466ec81091e8056581b55afaab4cb83402f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Vytick=20Vytrhl=C3=ADk?= Date: Thu, 7 Nov 2024 22:23:34 +0100 Subject: [PATCH] fixup! feat(suite-native): better txn names according to desktop logic --- suite-native/transactions/src/components/TransactionName.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/suite-native/transactions/src/components/TransactionName.tsx b/suite-native/transactions/src/components/TransactionName.tsx index 13cbcbba3639..57959c948b68 100644 --- a/suite-native/transactions/src/components/TransactionName.tsx +++ b/suite-native/transactions/src/components/TransactionName.tsx @@ -1,7 +1,5 @@ import { WalletAccountTransaction } from '@suite-common/wallet-types'; -import { isSupportedEthStakingNetworkSymbol } from '@suite-common/wallet-utils'; import { Translation, TxKeyPath } from '@suite-native/intl'; -import { AccountTransaction } from '@trezor/connect'; type TransactionNameProps = { transaction: WalletAccountTransaction; @@ -9,7 +7,7 @@ type TransactionNameProps = { }; interface GetSelfTransactionMessageByTypeProps { - type?: Required['cardanoSpecific']['subtype']; + type?: Required['cardanoSpecific']['subtype']; } const getSelfTransactionMessageByType = ({