Indentation.

This commit is contained in:
Roger Braun 2017-02-23 01:54:22 +01:00
parent ffc23dc686
commit d030462d12
1 changed files with 4 additions and 2 deletions

View File

@ -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({