Skip to content

Commit

Permalink
fixup! feat(suite-native): better txn names according to desktop logic
Browse files Browse the repository at this point in the history
  • Loading branch information
vytick committed Nov 7, 2024
1 parent f0ad746 commit 67cb4e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ export const TransactionName = ({ transaction, isPending }: TransactionNameProps
if (ethName && !(ethName === 'Transfer' && ['recv', 'sent'].includes(transaction.type))) {
return ethName;
}

return <Translation id={getTransactionName(transaction, isPending)} />;
};

0 comments on commit 67cb4e4

Please sign in to comment.