fix(settings): fix-up user objects for solutions (#17556)
This commit is contained in:
committed by
mrugesh mohapatra
parent
e10a9fcda0
commit
f54b7c07f5
@@ -21,7 +21,7 @@ export function buildUserProjectsMap(projectBlock, completedChallenges) {
|
||||
if (completed) {
|
||||
solution = 'solution' in completed ?
|
||||
completed.solution :
|
||||
completed.files;
|
||||
completed.files || '';
|
||||
}
|
||||
return {
|
||||
...solutions,
|
||||
|
Reference in New Issue
Block a user