aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-08-07 22:57:42 +0800
committerDan Miller <danjm.com@gmail.com>2018-12-04 11:36:04 +0800
commitd55a2615a4af1a0e4d589d0b82904f46cfbff6f7 (patch)
treee6fbf9f5f6384b248b5e455301c84915e7c39fee /ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js
parent342dc95410b10f042b3f8ee4135f5fef1fd6fe93 (diff)
downloadtangerine-wallet-browser-d55a2615a4af1a0e4d589d0b82904f46cfbff6f7.tar.gz
tangerine-wallet-browser-d55a2615a4af1a0e4d589d0b82904f46cfbff6f7.tar.zst
tangerine-wallet-browser-d55a2615a4af1a0e4d589d0b82904f46cfbff6f7.zip
Split advanced-tab-content.component.js render() method into smaller pieces; add translations to the same file.
Diffstat (limited to 'ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js')
-rw-r--r--ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js b/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js
index 1d7a9d986..e47ebaf65 100644
--- a/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js
+++ b/ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js
@@ -40,6 +40,7 @@ export default class GasModalPageContainer extends Component {
customGasPrice={customGasPrice}
customGasLimit={customGasLimit}
millisecondsRemaining={91000}
+ totalFee={'$0.30'}
/>
)
}