From cd3942be5caae8649057a77dc716b1064f3194d2 Mon Sep 17 00:00:00 2001 From: leofelix077 Date: Fri, 29 May 2026 09:32:18 -0300 Subject: [PATCH] fix modal view on soroban history first load --- .../screens/HistoryScreen/TransactionDetailsContent.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/screens/HistoryScreen/TransactionDetailsContent.tsx b/src/components/screens/HistoryScreen/TransactionDetailsContent.tsx index e7af2cf64..c2998617a 100644 --- a/src/components/screens/HistoryScreen/TransactionDetailsContent.tsx +++ b/src/components/screens/HistoryScreen/TransactionDetailsContent.tsx @@ -13,9 +13,7 @@ const TransactionDetailsContent: React.FC = ({ children, className, }) => ( - + {children} );