remove getter locale

remove getter locale
This commit is contained in:
Alexander Friedland 2019-11-01 13:14:46 +01:00 committed by GitHub
parent bbfc5294ea
commit 9a246dea8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,9 +46,6 @@ export const getters = {
termsAndConditionsAgreed(state) {
return state.user && state.user.termsAndConditionsAgreedVersion === VERSION
},
locale(state) {
return state.locale
},
}
export const actions = {