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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {