From 778fc5672b43fcfc06cd07e7aa53633cffb51f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maro=C5=A1=20=C5=A0pak?= Date: Wed, 12 Dec 2018 15:17:27 +0100 Subject: [PATCH] single quote --- src/actions/ethereum/SendFormActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }); /*