remove unuse route

This commit is contained in:
Eudes Inácio
2023-12-07 16:00:41 +01:00
parent 184902a019
commit 2eda8a299b
2 changed files with 2 additions and 1 deletions
@@ -142,7 +142,7 @@ export class PublicationsPage implements OnInit {
close() {
window["sharedContent"] = null;
this.intent = null;
this.router.navigateByUrl("/home/");
/* this.router.navigateByUrl("/home/"); */
}
get windowInnerWidth(): number {
return window.innerWidth