Fix stringified object on NFT approve screen (#15287)

feature/default_network_editable
Frederik Bolding 2 years ago committed by GitHub
parent 05a20bb721
commit 9e1814952f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/pages/confirm-approve/confirm-approve-content/confirm-approve-content.component.js

@ -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…
Cancel
Save