diff --git a/src/screens/Activity/ListItem.tsx b/src/screens/Activity/ListItem.tsx index 90772884a..a2258a2f0 100644 --- a/src/screens/Activity/ListItem.tsx +++ b/src/screens/Activity/ListItem.tsx @@ -132,7 +132,7 @@ const OnchainListItem = ({ description = t('activity_low_fee'); } - if (transferToSavings) { + if (transferToSavings && !transferToSpending) { title = t('activity_transfer'); if (transferToSavings.status === ETransferStatus.done) { description = t('activity_transfer_savings_done');