Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vej-ananas committed Oct 17, 2024
1 parent f976d7d commit c2ce810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/ngm-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ export class NgmApp extends LitElementI18n {
removeLoading() {
this.loading = false;
this.showTrackingConsent = true;
const loadingTime = performance.now() / 1000;
(<NgmSlowLoading> this.querySelector('ngm-slow-loading')).style.display = 'none';
}

Expand Down

0 comments on commit c2ce810

Please sign in to comment.