From b15b06d2160bbf9fa2234b2608d64a96ac8f952b Mon Sep 17 00:00:00 2001 From: JoelVR17 Date: Tue, 25 Feb 2025 01:17:55 -0600 Subject: [PATCH] feat: add id attribute to MyEscrowsTable component for Joyride step targeting --- src/components/modules/escrow/ui/tables/MyEscrowsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modules/escrow/ui/tables/MyEscrowsTable.tsx b/src/components/modules/escrow/ui/tables/MyEscrowsTable.tsx index 2321db2..e58e6b1 100644 --- a/src/components/modules/escrow/ui/tables/MyEscrowsTable.tsx +++ b/src/components/modules/escrow/ui/tables/MyEscrowsTable.tsx @@ -94,7 +94,7 @@ const MyEscrowsTable = ({ type }: MyEscrowsTableProps) => { const { formatDateFromFirebase, formatAddress } = useFormatUtils(); return ( -
+
{loadingEscrows ? ( ) : currentData.length !== 0 ? (