Remove undeclared `name` variable from render (#8336)

The header component for the new Signature Request screen has an
undeclared variable called `name` in it. This was present in the
original implementation of this component in #6891. It's unclear what
this was supposed to be, and it doesn't seem to reference anything that
exists.
feature/default_network_editable
Mark Stacey 5 years ago committed by GitHub
parent 1775d9b163
commit ec40c1fdeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/signature-request/signature-request-header/signature-request-header.component.js

@ -20,7 +20,6 @@ export default class SignatureRequestHeader extends PureComponent {
account={selectedAccount}
/>
)}
{name}
</div>
<div className="signature-request-header--network">
<NetworkDisplay colored={false} />

Loading…
Cancel
Save