mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
small approve confirmation ui fixes (#15239)
This commit is contained in:
parent
9e63a9a449
commit
cbda923c61
@ -102,7 +102,7 @@ export default class ConfirmApproveContent extends Component {
|
||||
>
|
||||
{showHeader && (
|
||||
<div className="confirm-approve-content__card-header">
|
||||
{!supportsEIP1559V2 && (
|
||||
{supportsEIP1559V2 && title === t('transactionFee') ? null : (
|
||||
<>
|
||||
<div className="confirm-approve-content__card-header__symbol">
|
||||
{symbol}
|
||||
@ -313,7 +313,7 @@ export default class ConfirmApproveContent extends Component {
|
||||
</div>
|
||||
{isSetApproveForAll && setApproveForAllArg !== undefined ? (
|
||||
<div className="confirm-approve-content__small-text">
|
||||
{t('parameters')}: {setApproveForAllArg}
|
||||
{`${t('parameters')}: ${setApproveForAllArg}`}
|
||||
</div>
|
||||
) : null}
|
||||
<div className="confirm-approve-content__small-text confirm-approve-content__data__data-block">
|
||||
|
Loading…
Reference in New Issue
Block a user