Add attendees and suggestions (except for UI)
This commit is contained in:
@ -93,6 +93,8 @@ function initializeSession(dispatch, session) {
|
||||
dispatch(fetch(session.UserId));
|
||||
dispatch(AttendeeActions.fetchAll());
|
||||
dispatch(SuggestionActions.fetchAll());
|
||||
dispatch(AttendeeActions.fetchPopular());
|
||||
dispatch(SuggestionActions.fetchPopular());
|
||||
}
|
||||
|
||||
function login(user) {
|
||||
|
Reference in New Issue
Block a user