aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-12-10 23:02:10 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 23:02:30 +0800
commit4f5ee8a1d223f66cc48205a9e6ba4875cf357a1b (patch)
tree2441a95b2b733e6ebe8118741d20cec32f8b3d96 /ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js
parentc0ede3738ebc693d035943ecd226f991eb9149c1 (diff)
downloaddexon-wallet-4f5ee8a1d223f66cc48205a9e6ba4875cf357a1b.tar.gz
dexon-wallet-4f5ee8a1d223f66cc48205a9e6ba4875cf357a1b.tar.zst
dexon-wallet-4f5ee8a1d223f66cc48205a9e6ba4875cf357a1b.zip
Refine translations and style
Diffstat (limited to 'ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js')
-rw-r--r--ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js b/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js
index c619a098..33dbca5e 100644
--- a/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js
+++ b/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js
@@ -226,7 +226,7 @@ function calcCustomGasLimit (customGasLimitInHex) {
}
function getTxParams (state, transactionId) {
- const { confirmTransaction: { txData }, metamask: { send } } = state
+ const { confirmTransaction: { txData }, dekusan: { send } } = state
const pendingTransactions = submittedPendingTransactionsSelector(state)
const pendingTransaction = pendingTransactions.find(({ id }) => id === transactionId)
const { txParams: pendingTxParams } = pendingTransaction || {}