forked from AkkomaGang/akkoma-fe
Fix user profile test
This commit is contained in:
parent
2211c533dd
commit
5f10c5e786
1 changed files with 14 additions and 2 deletions
|
@ -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…
Reference in a new issue