From b6fdc260c655ad9735224ad738c604d2f02b37ca Mon Sep 17 00:00:00 2001 From: piotrpekala7 <31202938+piotrpekala7@users.noreply.github.com> Date: Wed, 27 Jan 2021 18:14:41 +0100 Subject: [PATCH] Update report-issue.component.tsx --- src/app/components/help/report-issue/report-issue.component.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/components/help/report-issue/report-issue.component.tsx b/src/app/components/help/report-issue/report-issue.component.tsx index add3c093..e38858d2 100644 --- a/src/app/components/help/report-issue/report-issue.component.tsx +++ b/src/app/components/help/report-issue/report-issue.component.tsx @@ -17,8 +17,6 @@ import IssueListComponent from '../report-issue/issue-list'; import * as React from 'react'; import * as ReactDOM from 'react-dom'; -const containerElementName = 'myReactComponentContainer'; - @Component({ selector: 'app-report-issue', templateUrl: './report-issue.component.html',