fix profile

This commit is contained in:
Ayush Acharjya
2024-10-27 09:37:19 +00:00
parent ce423de151
commit 7c74e23d3a
6 changed files with 225 additions and 106 deletions

View File

@@ -58,8 +58,8 @@ export const fetchEventDetails = async ({
capacity: eventData.capacity.toNumber(),
ticketsSold: eventData.ticketsSold.toNumber(),
imageUrl: eventImages,
host: eventData.eventHost
}
host: eventData.eventHost,
};
} catch (error) {
console.error('Error in createEvent:', error);
// if (error instanceof Error) {