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} );