mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 02:04:10 +00:00
Removed challenge access restriction (#9652)
This commit is contained in:
parent
f3c2c0f901
commit
2d4928cd2b
1 changed files with 0 additions and 1 deletions
|
|
@ -712,7 +712,6 @@ export default {
|
|||
this.task.down = !this.task.down;
|
||||
},
|
||||
toggleTagSelect () {
|
||||
if (this.challengeAccessRequired) return;
|
||||
this.showTagsSelect = !this.showTagsSelect;
|
||||
},
|
||||
sortedChecklist (data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue