Fix code format

This commit is contained in:
Gerardo Nardelli 2018-08-06 10:08:53 -03:00
parent 2237fc9df4
commit e03ecbfff2
1 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ class ComposableObservableStore extends ObservableStore {
nextState = {}
} else if (key === 'TxController') {
const state = this.config[key].getState()
const txList = state.selectedAddressTxList.map(
item => ({...item, history: null, nonceDetails: null})
)
const txList = state.selectedAddressTxList.map(item => ({...item, history: null, nonceDetails: null}))
nextState = {
...state,
selectedAddressTxList: txList,