Skip to content

Commit

Permalink
fix: don't center confirmations on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-deriv committed Dec 22, 2023
1 parent 64b9ed6 commit 3b4325c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ const TransactionsCryptoRow: React.FC<TProps> = ({ transaction }) => {
className={{ 'wallets-transactions-pending-row__transaction-confirmations': !isMobile }}
name='Confirmations'
value={transaction.formatted_confirmations.toString()}
valueTextProps={{
align: isMobile ? 'start' : 'center',
}}
/>
{isMobile && (
<React.Fragment>
Expand Down

0 comments on commit 3b4325c

Please sign in to comment.