mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
change variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user