Feature(nav): clicking on logo takes user to current challenge
This commit is contained in:
@@ -60,6 +60,7 @@ export const addUser = createAction(
|
||||
);
|
||||
export const updateThisUser = createAction(types.updateThisUser);
|
||||
export const showSignIn = createAction(types.showSignIn);
|
||||
export const loadCurrentChallenge = createAction(types.loadCurrentChallenge);
|
||||
|
||||
// updateUserPoints(username: String, points: Number) => Action
|
||||
export const updateUserPoints = createAction(
|
||||
|
||||
Reference in New Issue
Block a user