diff --git a/packages/wallets/src/features/cashier/modules/Transactions/components/TransactionsPendingRow/TransactionsPendingRow.tsx b/packages/wallets/src/features/cashier/modules/Transactions/components/TransactionsPendingRow/TransactionsPendingRow.tsx index 21c50e2f2c21..479552124c1a 100644 --- a/packages/wallets/src/features/cashier/modules/Transactions/components/TransactionsPendingRow/TransactionsPendingRow.tsx +++ b/packages/wallets/src/features/cashier/modules/Transactions/components/TransactionsPendingRow/TransactionsPendingRow.tsx @@ -118,9 +118,6 @@ const TransactionsCryptoRow: React.FC = ({ transaction }) => { className={{ 'wallets-transactions-pending-row__transaction-confirmations': !isMobile }} name='Confirmations' value={transaction.formatted_confirmations.toString()} - valueTextProps={{ - align: isMobile ? 'start' : 'center', - }} /> {isMobile && (