change variable

This commit is contained in:
Lorito Tiago
2023-10-19 15:58:55 +01:00
parent 26b894ed1c
commit 791a0b2fb7
3 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ export class ChatPage implements OnInit {
if (this.firstEnter) {
this.firstEnter = false
let delay = this.RouteService.history.find((item) => {
let delay = this.RouteService.liveHistory.find((item) => {
return ['/home/publications', '/home/agenda', '/home/gabinete', '/home/events'].filter(x => {
return item.includes(x)
}).length >= 1