Skip to content

Commit

Permalink
chore: hide studio promo
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Jan 10, 2023
1 parent ce8e386 commit d7c8609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kmc-app/components/dashboard/dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy {
$(window).bind('resize', this.onResize); // We bind the event to a function reference that proxy 'actual' this inside
this._resizeContent();
this._showWhatsNew();
this._showStudioPromo();
// this._showStudioPromo();
}

ngOnInit() {
Expand Down

0 comments on commit d7c8609

Please sign in to comment.