From 49efd423e5ac1dc0ba1ba727755592e3c78ca7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Tranta?= Date: Tue, 11 Feb 2025 14:39:56 +0100 Subject: [PATCH] Update packages/suite/src/views/wallet/transactions/TransactionList/WalletTransactionList.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Václavík --- .../transactions/TransactionList/WalletTransactionList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/suite/src/views/wallet/transactions/TransactionList/WalletTransactionList.tsx b/packages/suite/src/views/wallet/transactions/TransactionList/WalletTransactionList.tsx index f49d1030c37..815248ea292 100644 --- a/packages/suite/src/views/wallet/transactions/TransactionList/WalletTransactionList.tsx +++ b/packages/suite/src/views/wallet/transactions/TransactionList/WalletTransactionList.tsx @@ -25,8 +25,8 @@ export const NoVisibleTransactions = () => { return ( - + { ), }} /> + - ); };