lint common

This commit is contained in:
Matteo Pagliazzi
2019-10-09 20:08:36 +02:00
parent 0c27fb24a5
commit e0e9811ab6
330 changed files with 6885 additions and 7668 deletions

View File

@@ -163,7 +163,7 @@ export default {
this.worldBoss = result.worldBoss;
},
computed: {
...mapState({user: 'user.data'}),
...mapState({ user: 'user.data' }),
bossHp () {
if (this.worldBoss && this.worldBoss.progress) {
return this.worldBoss.progress.hp;
@@ -173,7 +173,7 @@ export default {
},
methods: {
action () {
this.$router.push({name: 'tavern'});
this.$router.push({ name: 'tavern' });
},
},
};