diff --git a/src/actions/ethereum/SendFormActions.js b/src/actions/ethereum/SendFormActions.js index 20126d36..4105da20 100644 --- a/src/actions/ethereum/SendFormActions.js +++ b/src/actions/ethereum/SendFormActions.js @@ -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', }); /*