diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-08-19 06:20:26 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-08-19 06:20:26 +0800 |
commit | 3525dc080110e7af1f9544e18b5646c87fb9ae95 (patch) | |
tree | 7e2dde7bf928ddec789ec849bb799070f89e455e /ui/app/reducers | |
parent | 23aeb1c5c1ee066a7b7603c7d6dec329cea3a7ba (diff) | |
download | tangerine-wallet-browser-3525dc080110e7af1f9544e18b5646c87fb9ae95.tar tangerine-wallet-browser-3525dc080110e7af1f9544e18b5646c87fb9ae95.tar.gz tangerine-wallet-browser-3525dc080110e7af1f9544e18b5646c87fb9ae95.tar.bz2 tangerine-wallet-browser-3525dc080110e7af1f9544e18b5646c87fb9ae95.tar.lz tangerine-wallet-browser-3525dc080110e7af1f9544e18b5646c87fb9ae95.tar.xz tangerine-wallet-browser-3525dc080110e7af1f9544e18b5646c87fb9ae95.tar.zst tangerine-wallet-browser-3525dc080110e7af1f9544e18b5646c87fb9ae95.zip |
Create a ShapeShift tx in tx History
Diffstat (limited to 'ui/app/reducers')
-rw-r--r-- | ui/app/reducers/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js index 63804d478..8c2696877 100644 --- a/ui/app/reducers/app.js +++ b/ui/app/reducers/app.js @@ -490,7 +490,7 @@ function reduceApp (state, action) { data: action.value.data, }, }) - default: + default: return appState } } |