Skip to content

Commit

Permalink
fix children
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 28, 2024
1 parent 29cf2b5 commit 33208f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PartyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export default function PartyCard({
)}
</button>
</div>
{children}
</div>
{children}
</div>
);
}

0 comments on commit 33208f1

Please sign in to comment.