diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 23:02:10 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 23:02:30 +0800 |
commit | 4f5ee8a1d223f66cc48205a9e6ba4875cf357a1b (patch) | |
tree | 2441a95b2b733e6ebe8118741d20cec32f8b3d96 /ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.container.js | |
parent | c0ede3738ebc693d035943ecd226f991eb9149c1 (diff) | |
download | dexon-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.js | 2 |
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 || {} |