Skip to content

Commit

Permalink
batch-of-fixes-29-aug
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Aug 30, 2024
1 parent 5383430 commit 69ec15d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import {
ChangeDetectorRef,
Component,
HostBinding,
Inject,
OnInit,
Renderer2,
ViewChild,
} from '@angular/core'
import {
Expand Down Expand Up @@ -72,7 +70,6 @@ export class InstitutionalComponent implements OnInit {
private _router: Router,
private _platformInfo: PlatformInfoService,
private _cookie: CookieService,
private _changeDet: ChangeDetectorRef
) {
this.loading = true
this._disco.getDiscoFeed().subscribe((res) => {
Expand Down

0 comments on commit 69ec15d

Please sign in to comment.