Feature(nav): clicking on logo takes user to current challenge
This commit is contained in:
@ -120,8 +120,14 @@
|
||||
"description": "Campers profile does not show challenges/certificates to the public",
|
||||
"default": false
|
||||
},
|
||||
"currentChallengeId": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "the challenge last visited by the user"
|
||||
},
|
||||
"currentChallenge": {
|
||||
"type": {}
|
||||
"type": {},
|
||||
"description": "deprecated"
|
||||
},
|
||||
"isUniqMigrated": {
|
||||
"type": "boolean",
|
||||
|
Reference in New Issue
Block a user