Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent redux state mutation (#7598)
The `txParams` property of a transaction in Redux state was being mutated. The mutation is now prevented with a shallow clone.
- Loading branch information