From 66233d7c034c2b57455cbb86487c705e13f59e1c Mon Sep 17 00:00:00 2001 From: Dan Wagner Date: Thu, 31 Oct 2024 20:43:16 -0700 Subject: [PATCH] fix: text --- src/components/TxHistory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TxHistory.tsx b/src/components/TxHistory.tsx index 4db43646..cde525aa 100644 --- a/src/components/TxHistory.tsx +++ b/src/components/TxHistory.tsx @@ -283,7 +283,7 @@ export const TxHistory = (props: TxHistoryProps) => { - See Last Activity + Recent Activity {(paginatedData || []).length > 0 ? ( paginatedData?.map((t) => {