mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01: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:
parent
1775d9b163
commit
ec40c1fdeb
@ -20,7 +20,6 @@ export default class SignatureRequestHeader extends PureComponent {
|
||||
account={selectedAccount}
|
||||
/>
|
||||
)}
|
||||
{name}
|
||||
</div>
|
||||
<div className="signature-request-header--network">
|
||||
<NetworkDisplay colored={false} />
|
||||
|
Loading…
Reference in New Issue
Block a user