feat: implement event joining flow with dummy payment page, including route configuration, Redux state management, and UI updates for event detail page
This commit is contained in:
@@ -211,3 +211,5 @@ export const mapCenter = (state: AppState) => {
|
||||
|
||||
export const getPartyUserUsername = (state: AppState) => state.user.username;
|
||||
export const getPartyUserState = (state: AppState) => state.user;
|
||||
|
||||
export const getEventIdToJoin = (state: AppState) => state.dummy.eventIdToJoin;
|
||||
|
Reference in New Issue
Block a user