1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-12 09:00:58 +00:00

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

Fix advanced settings toggler
This commit is contained in:
Vladimir Volek 2018-12-13 11:39:22 +01:00 committed by GitHub
commit a6f798ee0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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",

View File

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