Removed challenge access restriction (#9652)

This commit is contained in:
Keith Holliday
2017-12-04 15:57:38 -05:00
committed by GitHub
parent f3c2c0f901
commit 2d4928cd2b

View File

@@ -712,7 +712,6 @@ export default {
this.task.down = !this.task.down;
},
toggleTagSelect () {
if (this.challengeAccessRequired) return;
this.showTagsSelect = !this.showTagsSelect;
},
sortedChecklist (data) {