🎨 (update margin, import modal)

This commit is contained in:
Julien Calixte
2019-12-28 15:18:02 +01:00
parent 946831c88d
commit 203c88118b
9 changed files with 85 additions and 82 deletions

View File

@@ -64,7 +64,7 @@ export default new Vuex.Store<IState>({
) {
store.user = user
store.hexUser = user ? toHex(user.userId) : null
couchService.setUser(user, store.hexUser, replicate || false)
couchService.setUser(user, replicate || false)
},
[ADD_PUBLIC_ACCOUNT](store, { accountId }: { accountId: string }) {
if (!accountId) {