Fix syntax errors and hiding logic.

This has been tested.
This commit is contained in:
Hector A. Escobedo 2017-02-22 18:59:48 -05:00
parent a7db72d7a7
commit c338940084
4 changed files with 15 additions and 13 deletions

View file

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