From ec40c1fdeb450cda1d08adc057ebb89d1ca17d3a Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 15 Apr 2020 11:41:11 -0300 Subject: [PATCH] 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. --- .../signature-request-header.component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/components/app/signature-request/signature-request-header/signature-request-header.component.js b/ui/app/components/app/signature-request/signature-request-header/signature-request-header.component.js index 40e1315cc..06364f1f7 100644 --- a/ui/app/components/app/signature-request/signature-request-header/signature-request-header.component.js +++ b/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}