Skip to content

Commit

Permalink
sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunnaye committed Oct 10, 2023
1 parent 15e7969 commit c544ebc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/home-page/home-logged-out/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -53,8 +53,6 @@ export class HomeComponent extends Base implements OnInit {
public orgSchema;
public websiteSchema;

@ViewChild('twitter') twitterElement: ElementRef;

@ViewChild('youtube') youtube: ElementRef;

constructor(
Expand Down

0 comments on commit c544ebc

Please sign in to comment.