fix Advanced option style on Execute modal
This commit is contained in:
parent
7a550e3ed3
commit
dbf34c759a
|
@ -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}>
|
||||
|
|
Loading…
Reference in New Issue