update buy handler

This commit is contained in:
Ayush Acharjya
2024-10-26 18:15:55 +01:00
parent dc7a44551b
commit 02893578f9
11 changed files with 995 additions and 112 deletions

View File

@@ -40,7 +40,7 @@ const ListingPage: React.FC = () => {
return (
<>
<Header />
<EventDescription />
<EventDescription eventId={eventID!} />
<Footer />
</>
);