mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
remove getter locale
remove getter locale
This commit is contained in:
parent
bbfc5294ea
commit
9a246dea8d
@ -46,9 +46,6 @@ export const getters = {
|
|||||||
termsAndConditionsAgreed(state) {
|
termsAndConditionsAgreed(state) {
|
||||||
return state.user && state.user.termsAndConditionsAgreedVersion === VERSION
|
return state.user && state.user.termsAndConditionsAgreedVersion === VERSION
|
||||||
},
|
},
|
||||||
locale(state) {
|
|
||||||
return state.locale
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const actions = {
|
export const actions = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user