From dc75164721e58c09ef072c94b50401376a9b62d1 Mon Sep 17 00:00:00 2001 From: JoelVR17 Date: Sun, 23 Feb 2025 23:32:09 -0600 Subject: [PATCH] feat: add id attribute to MyEscrowsCards component for Joyride step targeting --- src/components/modules/escrow/ui/cards/MyEscrowsCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modules/escrow/ui/cards/MyEscrowsCards.tsx b/src/components/modules/escrow/ui/cards/MyEscrowsCards.tsx index b5fb189..a03ca4d 100644 --- a/src/components/modules/escrow/ui/cards/MyEscrowsCards.tsx +++ b/src/components/modules/escrow/ui/cards/MyEscrowsCards.tsx @@ -83,7 +83,7 @@ const MyEscrowsCards = ({ type }: MyEscrowsCardsProps) => { {loadingEscrows ? ( ) : currentData.length !== 0 ? ( -
+
{currentData.map((escrow, index) => {