1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

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.
This commit is contained in:
Mark Stacey 2020-04-15 11:41:11 -03:00 committed by GitHub
parent 1775d9b163
commit ec40c1fdeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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