🎨 (update margin, import modal)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user