1
0
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:
Frederik Bolding 2022-07-20 22:54:50 +02:00 committed by GitHub
parent 05a20bb721
commit 9e1814952f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>