mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Remove spaces from filters (#9524)
This commit is contained in:
@@ -83,19 +83,19 @@ export default {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'mental_health',
|
label: 'mental_health',
|
||||||
key: 'mental_health ',
|
key: 'mental_health',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'getting_organized',
|
label: 'getting_organized',
|
||||||
key: 'getting_organized ',
|
key: 'getting_organized',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'self_improvement',
|
label: 'self_improvement',
|
||||||
key: 'self_improvement ',
|
key: 'self_improvement',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'spirituality',
|
label: 'spirituality',
|
||||||
key: 'spirituality ',
|
key: 'spirituality',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'time_management',
|
label: 'time_management',
|
||||||
|
|||||||
Reference in New Issue
Block a user