Skip to content

Commit

Permalink
Fix extra closing div (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlovieri authored Oct 15, 2024
1 parent db46769 commit 0483cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/BiddingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ const BiddingTable: React.FC<BiddingList> = ({ user, userBids, refetchUserBids,
</div>
</div>
</div>
</div>
<div className="mt-4 flex justify-end"></div>
</CardContent>
</Card>
Expand Down

0 comments on commit 0483cf0

Please sign in to comment.