From 392f7430f19cae7a8c0e2b342b4cd7c7d7b3c78f Mon Sep 17 00:00:00 2001 From: George Usynin <103181646+heorhi-deriv@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:16:52 +0300 Subject: [PATCH] fix(TransactionsPendingRow): streamline date and time formatting logic for better readability (#17843) --- .../TransactionsPendingRow/TransactionsPendingRow.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 f175d44cf4e2..606ac510a92c 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 @@ -171,10 +171,11 @@ const TransactionsPendingRow: React.FC = ({ transaction }) => {