mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fixing invalid prop type in ConfirmPageContainerHeader (#11500)
This commit is contained in:
parent
1117e7b1fe
commit
f15a68b923
@ -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…
Reference in New Issue
Block a user