From 3abe3d0b4604318eba6c6a220444d786d2164ba8 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Sun, 24 Sep 2017 19:53:01 -0700 Subject: [PATCH] Persist gas price config to local storage (#213) --- common/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/common/store.ts b/common/store.ts index 44476bc6..897a2727 100644 --- a/common/store.ts +++ b/common/store.ts @@ -76,6 +76,7 @@ const configureStore = () => { throttle(() => { saveState({ config: { + gasPriceGwei: store.getState().config.gasPriceGwei, nodeSelection: store.getState().config.nodeSelection, languageSelection: store.getState().config.languageSelection },