Fixing invalid prop type in ConfirmPageContainerHeader (#11500)

feature/default_network_editable
ryanml 3 years ago committed by GitHub
parent 1117e7b1fe
commit f15a68b923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/pages/confirm-transaction-base/confirm-transaction-base.component.js

@ -781,7 +781,7 @@ export default class ConfirmTransactionBase extends Component {
toAddress={toAddress} toAddress={toAddress}
toEns={toEns} toEns={toEns}
toNickname={toNickname} toNickname={toNickname}
showEdit={onEdit} showEdit={Boolean(onEdit)}
action={functionType} action={functionType}
title={title} title={title}
titleComponent={this.renderTitleComponent()} titleComponent={this.renderTitleComponent()}

Loading…
Cancel
Save