aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/currency-input/currency-input.container.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/currency-input/currency-input.container.js')
-rw-r--r--ui/app/components/currency-input/currency-input.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/currency-input/currency-input.container.js b/ui/app/components/currency-input/currency-input.container.js
index 941e9380..a5d40730 100644
--- a/ui/app/components/currency-input/currency-input.container.js
+++ b/ui/app/components/currency-input/currency-input.container.js
@@ -3,7 +3,7 @@ import CurrencyInput from './currency-input.component'
import { DEX } from '../../constants/common'
const mapStateToProps = state => {
- const { metamask: { nativeCurrency, currentCurrency, conversionRate } } = state
+ const { dekusan: { nativeCurrency, currentCurrency, conversionRate } } = state
return {
nativeCurrency,