1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 09:58:23 +00:00

single quote

This commit is contained in:
Maroš Špak 2018-12-12 15:17:27 +01:00
parent 4273adda27
commit 778fc5672b

View File

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