This commit is contained in:
tiago.kayaya
2021-07-30 16:06:58 +01:00
parent e99a81196b
commit 069479e158
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export class HeaderPage implements OnInit {
}
hideSearch(){
if(this.router.url == '/home/events'){
if(this.router.url == '/home/events' || this.router.url == '/home/chat'){
this.hideSearchBtn = true;
}
}