Fix user profile test
This commit is contained in:
parent
2211c533dd
commit
5f10c5e786
@ -16,9 +16,15 @@ const externalProfileStore = new Vuex.Store({
|
|||||||
api: {
|
api: {
|
||||||
backendInteractor: backendInteractorService('')
|
backendInteractor: backendInteractorService('')
|
||||||
},
|
},
|
||||||
|
interface: {
|
||||||
|
browserSupport: ''
|
||||||
|
},
|
||||||
config: {
|
config: {
|
||||||
colors: '',
|
colors: '',
|
||||||
highlight: {}
|
highlight: {},
|
||||||
|
customTheme: {
|
||||||
|
colors: []
|
||||||
|
}
|
||||||
},
|
},
|
||||||
instance: {
|
instance: {
|
||||||
hideUserStats: true
|
hideUserStats: true
|
||||||
@ -103,9 +109,15 @@ const localProfileStore = new Vuex.Store({
|
|||||||
api: {
|
api: {
|
||||||
backendInteractor: backendInteractorService('')
|
backendInteractor: backendInteractorService('')
|
||||||
},
|
},
|
||||||
|
interface: {
|
||||||
|
browserSupport: ''
|
||||||
|
},
|
||||||
config: {
|
config: {
|
||||||
colors: '',
|
colors: '',
|
||||||
highlight: {}
|
highlight: {},
|
||||||
|
customTheme: {
|
||||||
|
colors: []
|
||||||
|
}
|
||||||
},
|
},
|
||||||
instance: {
|
instance: {
|
||||||
hideUserStats: true
|
hideUserStats: true
|
||||||
|
Loading…
Reference in New Issue
Block a user