forked from AkkomaGang/akkoma-fe
Indentation.
This commit is contained in:
parent
ffc23dc686
commit
d030462d12
1 changed files with 4 additions and 2 deletions
|
@ -29,10 +29,12 @@ Vue.use(VueTimeago, {
|
|||
})
|
||||
|
||||
const persistedStateOptions = {
|
||||
paths: ['config.hideAttachments',
|
||||
paths: [
|
||||
'config.hideAttachments',
|
||||
'config.hideNsfw',
|
||||
'statuses.notifications',
|
||||
'users.users']
|
||||
'users.users'
|
||||
]
|
||||
}
|
||||
|
||||
const store = new Vuex.Store({
|
||||
|
|
Loading…
Reference in a new issue