Skip to content

Commit

Permalink
feat: add id attribute to MyEscrowsCards component for Joyride step t…
Browse files Browse the repository at this point in the history
…argeting
  • Loading branch information
JoelVR17 committed Feb 24, 2025
1 parent 07f28a1 commit dc75164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/escrow/ui/cards/MyEscrowsCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const MyEscrowsCards = ({ type }: MyEscrowsCardsProps) => {
{loadingEscrows ? (
<SkeletonCards />
) : currentData.length !== 0 ? (
<div className="py-3">
<div className="py-3" id="step-3">
<div className="flex flex-col">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-3">
{currentData.map((escrow, index) => {
Expand Down

0 comments on commit dc75164

Please sign in to comment.