mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Tag removal functionality was broken. Turns out the issue was simply that we weren't removing the tag from the local `task` object, so the tag was removed, but readded upon sync/pressing save. Closes #7412