mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-28 09:58:23 +00:00
single quote
This commit is contained in:
parent
4273adda27
commit
778fc5672b
@ -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',
|
||||
});
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user