1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix stringified object on NFT approve screen (#15287)

This commit is contained in:
Frederik Bolding 2022-07-20 22:54:50 +02:00 committed by ryanml
parent 11abdddaa2
commit 930f5e8558

View File

@ -204,7 +204,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>