after remove conflicts, fix lint

This commit is contained in:
ogerly 2021-09-20 08:25:36 +02:00
parent 77b48e01bd
commit 8ccbffcb9f
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ export const store = new Vuex.Store({
description: '',
token: null,
coinanimation: true,
newsletterState: null
newsletterState: null,
},
getters: {},
// Syncronous mutation of the state

View File

@ -5,7 +5,7 @@
<hr />
<form-user-passwort />
<hr />
<form-user-language />
<form-user-language />
<hr />
<form-user-newsletter />
<hr />
@ -25,7 +25,7 @@ export default {
UserCard,
FormUserData,
FormUserPasswort,
FormUserLanguage,
FormUserLanguage,
FormUserNewsletter,
FormUserCoinAnimation,
},