Add metricsEvent to contextTypes (#7439)

The metricsEvent context type was missing, resulting in an error when
it was called.
feature/default_network_editable
Mark Stacey 5 years ago committed by GitHub
parent 494ad03176
commit 23ab6e2d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/signature-request/signature-request.component.js

@ -23,6 +23,7 @@ export default class SignatureRequest extends PureComponent {
static contextTypes = {
t: PropTypes.func,
metricsEvent: PropTypes.func,
}
componentDidMount () {

Loading…
Cancel
Save