Merge pull request #274 from trezor/fix-advanced-settings

Fix advanced settings toggler
pull/279/head
Vladimir Volek 6 years ago committed by GitHub
commit a6f798ee0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,6 @@
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.2",
"styled-components": "^4.1.2",
"styled-media-query": "^2.0.2",
"styled-normalize": "^8.0.4",
"trezor-connect": "6.0.3-beta.4",
"web3": "1.0.0-beta.35",

@ -151,6 +151,7 @@ export const init = (): AsyncAction => async (dispatch: Dispatch, getState: GetS
*/
export const toggleAdvanced = (): Action => ({
type: SEND.TOGGLE_ADVANCED,
networkType: 'ethereum',
});
/*

Loading…
Cancel
Save