Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9e828be

Browse files
author
vikasrohit
committed
SUP-3012, [Profile] Implement "private challenge" card
-- Removed jslint error
1 parent 8aa7ca6 commit 9e828be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/challenge.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ import moment from 'moment'
232232
challenge.userStatus = 'COMPLETED'
233233
}
234234
// FIXME, replace with field from response
235-
challenge.submissionViewable = !challenge.isPrivate;
235+
challenge.submissionViewable = !challenge.isPrivate
236236
}
237237
})
238238
}

0 commit comments

Comments
 (0)