mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 20:57:24 +01:00
client: reorganize filters and add tests
This commit is contained in:
@@ -100,12 +100,6 @@ export default {
|
||||
components: {
|
||||
Avatar,
|
||||
},
|
||||
filters: {
|
||||
percent,
|
||||
round (val) {
|
||||
return Math.round(val * 100) / 100;
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
percent,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user