diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-10-13 13:27:14 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:16:38 +0800 |
commit | 764cd4533c55620e35a2ff57ef447f7b9955620b (patch) | |
tree | 62deb7a73afb46b62fecdce7c17ab7c949a71d9f /ui/app/reducers.js | |
parent | 7896e5f5c25add295ce4d9f7d97adc3ee69df48c (diff) | |
download | dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.tar.gz dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.tar.zst dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.zip |
Complete onboarding flow
Diffstat (limited to 'ui/app/reducers.js')
-rw-r--r-- | ui/app/reducers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers.js b/ui/app/reducers.js index 786af853..ea5b3e97 100644 --- a/ui/app/reducers.js +++ b/ui/app/reducers.js @@ -25,7 +25,7 @@ function rootReducer (state, action) { } // - // MetaMask + // DekuSan // state.metamask = reduceMetamask(state, action) |