mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Removed "Tag list in tasks starts collapsed" settings and strings (#9406)
This commit is contained in:
@@ -12,7 +12,6 @@ module.exports = function addTask (user, req = {body: {}}) {
|
||||
if (task._editing) {
|
||||
task._edit = clone(task);
|
||||
}
|
||||
task._tags = !user.preferences.tagsCollapsed;
|
||||
task._advanced = !user.preferences.advancedCollapsed;
|
||||
|
||||
return task;
|
||||
|
||||
Reference in New Issue
Block a user