mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
implement class for sign footer button (#6120)
This commit is contained in:
parent
97e92a1b68
commit
810e5cb256
@ -272,6 +272,7 @@ SignatureRequest.prototype.renderFooter = function () {
|
|||||||
h(Button, {
|
h(Button, {
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
large: true,
|
large: true,
|
||||||
|
className: 'request-signature__footer__sign-button',
|
||||||
onClick: event => {
|
onClick: event => {
|
||||||
sign(event).then(() => {
|
sign(event).then(() => {
|
||||||
this.props.clearConfirmTransaction()
|
this.props.clearConfirmTransaction()
|
||||||
|
Loading…
Reference in New Issue
Block a user