fix: the events watcher was being reset by accident
This commit is contained in:
parent
89e3579ee4
commit
6dad62d7a4
|
@ -11,7 +11,7 @@ function reducer(state = DEFAULT_STATE, action) {
|
|||
return {
|
||||
...state,
|
||||
escrows: {
|
||||
...state.watching,
|
||||
...state.escrows,
|
||||
[action.escrowId]: true
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue