Update frontend components and integrate firebase backend
This commit is contained in:
@@ -55,7 +55,11 @@ const AppContent: React.FC = () => {
|
||||
...event,
|
||||
eventName: event.title,
|
||||
venue: event.location,
|
||||
category: event.category,
|
||||
eventType: event.type,
|
||||
socialProfile: event.guestSocialProfile,
|
||||
maxParticipants: event["total capacity"] || (event.maxParticipants ?? ''),
|
||||
sponsors: event.sponsors ?? [],
|
||||
isEditMode: true
|
||||
});
|
||||
setActiveItem('propose');
|
||||
|
||||
Reference in New Issue
Block a user