From c544ebce628174e4fb5119cc414aed3c0dd0aa18 Mon Sep 17 00:00:00 2001 From: hyunnaye Date: Tue, 10 Oct 2023 17:06:18 -0400 Subject: [PATCH] sonarcloud --- src/app/home-page/home-logged-out/home.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/home-page/home-logged-out/home.component.ts b/src/app/home-page/home-logged-out/home.component.ts index f18180e7bc..e462f2bed6 100644 --- a/src/app/home-page/home-logged-out/home.component.ts +++ b/src/app/home-page/home-logged-out/home.component.ts @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { AfterViewInit, Component, ElementRef, OnInit, ViewChild } from '@angular/core'; +import { Component, ElementRef, OnInit, ViewChild } from '@angular/core'; import { MatDialog, MatDialogRef } from '@angular/material/dialog'; import { faGithub, faGoogle } from '@fortawesome/free-brands-svg-icons'; import { HomePageService } from 'app/home-page/home-page.service'; @@ -53,8 +53,6 @@ export class HomeComponent extends Base implements OnInit { public orgSchema; public websiteSchema; - @ViewChild('twitter') twitterElement: ElementRef; - @ViewChild('youtube') youtube: ElementRef; constructor(