mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix stringified object on NFT approve screen (#15287)
This commit is contained in:
parent
05a20bb721
commit
9e1814952f
@ -208,7 +208,7 @@ export default class ConfirmApproveContent extends Component {
|
||||
</div>
|
||||
<div className="confirm-approve-content__medium-text">
|
||||
{isSetApproveForAll
|
||||
? `${t('allOfYour', [titleTokenDescription])} `
|
||||
? t('allOfYour', [titleTokenDescription])
|
||||
: titleTokenDescription}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user