Skip to content

Commit

Permalink
[BLP-481] Echo 0.13 (#57)
Browse files Browse the repository at this point in the history
* [BLP-481] echo 0.13

* [BLP-481] Echo 0.13

* [BLP-481] Echo 0.13

* [BLP-481] Echo 0.13
  • Loading branch information
vital-33 committed Nov 26, 2019
1 parent 2f9d59e commit 89d0b47
Show file tree
Hide file tree
Showing 4 changed files with 322 additions and 147 deletions.
2 changes: 2 additions & 0 deletions app/actions/transaction-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export const formatTransaction = async (type, operation, blockNumber, resultId,
}

options = Object.entries(options).map(async ([key, value]) => {

if (!value) { return value; }

let response;
Expand Down Expand Up @@ -422,6 +423,7 @@ const updateFilters = (filter) => async (dispatch, getState) => {

dispatch(setIn('history', { filter }));
saveHistoryFilter(filter);

};

/**
Expand Down
Loading

0 comments on commit 89d0b47

Please sign in to comment.