Skip to content

Commit

Permalink
feat: add id attribute to MyEscrowsTable component for Joyride step t…
Browse files Browse the repository at this point in the history
…argeting
  • Loading branch information
JoelVR17 committed Feb 25, 2025
1 parent 114e19e commit b15b06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/escrow/ui/tables/MyEscrowsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const MyEscrowsTable = ({ type }: MyEscrowsTableProps) => {
const { formatDateFromFirebase, formatAddress } = useFormatUtils();

return (
<div className="container mx-auto py-3">
<div className="container mx-auto py-3" id="step-3">
{loadingEscrows ? (
<SkeletonTable />
) : currentData.length !== 0 ? (
Expand Down

0 comments on commit b15b06d

Please sign in to comment.