fix Advanced option style on Execute modal

This commit is contained in:
Agustín Longoni 2021-02-11 15:57:34 -03:00
parent 7a550e3ed3
commit dbf34c759a
1 changed files with 12 additions and 8 deletions

View File

@ -380,7 +380,10 @@ export const ApproveTxModal = ({
/>
)}
</Row>
</Block>
{txEstimationExecutionStatus === EstimationStatus.LOADING ? null : (
<Block className={classes.gasCostsContainer}>
<TransactionFees
gasCostFormatted={gasCostFormatted}
isExecution={isExecution}
@ -389,6 +392,7 @@ export const ApproveTxModal = ({
txEstimationExecutionStatus={txEstimationExecutionStatus}
/>
</Block>
)}
{/* Footer */}
<Row align="center" className={classes.buttonRow}>