Indentation.

This commit is contained in:
Roger Braun 2017-02-23 01:54:22 +01:00
parent ffc23dc686
commit d030462d12

View file

@ -29,10 +29,12 @@ Vue.use(VueTimeago, {
}) })
const persistedStateOptions = { const persistedStateOptions = {
paths: ['config.hideAttachments', paths: [
'config.hideAttachments',
'config.hideNsfw', 'config.hideNsfw',
'statuses.notifications', 'statuses.notifications',
'users.users'] 'users.users'
]
} }
const store = new Vuex.Store({ const store = new Vuex.Store({