mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Formatting fix
This commit is contained in:
@@ -232,11 +232,14 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async saveItem (item) {
|
async saveItem (item) {
|
||||||
await this.saveHero({ hero: {
|
await this.saveHero({
|
||||||
|
hero: {
|
||||||
_id: this.hero._id,
|
_id: this.hero._id,
|
||||||
purchasedPath: item.path,
|
purchasedPath: item.path,
|
||||||
purchasedVal: item.value,
|
purchasedVal: item.value,
|
||||||
}, msg: item.path });
|
},
|
||||||
|
msg: item.path,
|
||||||
|
});
|
||||||
item.modified = false;
|
item.modified = false;
|
||||||
},
|
},
|
||||||
enableValueChange (item) {
|
enableValueChange (item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user