Fix user profile test

fix_notifications
Maxim Filippov 6 years ago
parent 2211c533dd
commit 5f10c5e786

@ -16,9 +16,15 @@ const externalProfileStore = new Vuex.Store({
api: {
backendInteractor: backendInteractorService('')
},
interface: {
browserSupport: ''
},
config: {
colors: '',
highlight: {}
highlight: {},
customTheme: {
colors: []
}
},
instance: {
hideUserStats: true
@ -103,9 +109,15 @@ const localProfileStore = new Vuex.Store({
api: {
backendInteractor: backendInteractorService('')
},
interface: {
browserSupport: ''
},
config: {
colors: '',
highlight: {}
highlight: {},
customTheme: {
colors: []
}
},
instance: {
hideUserStats: true

Loading…
Cancel
Save