From b6fe820a1749c5385b4614ef0c5758833bfd93f7 Mon Sep 17 00:00:00 2001 From: Rostik Kayko Date: Thu, 21 Dec 2023 19:14:12 +0300 Subject: [PATCH] fix: don't center confirmations on desktop --- .../TransactionsPendingRow/TransactionsPendingRow.tsx | 3 --- 1 file changed, 3 deletions(-) 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 && (