From 66f7102c060f89d08e5997de4c318267e9b1357c Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Wed, 12 Dec 2018 13:13:10 -0330 Subject: Show transaction fee instead of total fee in top left of gas customization modal. --- .../gas-modal-page-container/gas-modal-page-container.component.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/app/components/gas-customization/gas-modal-page-container/gas-modal-page-container.component.js') 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 64c2be353..174bd8ea8 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 @@ -74,8 +74,8 @@ export default class GasModalPageContainer extends Component { gasEstimatesLoading, customPriceIsSafe, isSpeedUp, + transactionFee, }) { - const { transactionFee } = this.props return (