From ea4ae9a1eeb0458fe6d236909f66dafe441295a5 Mon Sep 17 00:00:00 2001 From: JoelVR17 Date: Sun, 23 Feb 2025 23:32:13 -0600 Subject: [PATCH] feat: add id attribute to MyEscrowsFilter component for Joyride step targeting --- src/components/modules/escrow/ui/filters/MyEscrowsFilter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modules/escrow/ui/filters/MyEscrowsFilter.tsx b/src/components/modules/escrow/ui/filters/MyEscrowsFilter.tsx index 9002521..4a72d3a 100644 --- a/src/components/modules/escrow/ui/filters/MyEscrowsFilter.tsx +++ b/src/components/modules/escrow/ui/filters/MyEscrowsFilter.tsx @@ -28,6 +28,7 @@ const MyEscrowsFilter = () => { className="mr-auto w-full md:w-auto" label="Create Escrow" url={"/dashboard/escrow/initialize-escrow"} + id="step-2" />