Commit 7faa4b3b authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): send null child params when on home

1 merge request!486WIP: (feat): Minds Pro (development branch) - Release 2
Pipeline #76013161 passed with stages
in 28 minutes and 45 seconds
......@@ -17,6 +17,7 @@ export class ProChannelHomeComponent implements OnInit {
}
ngOnInit() {
this.channelService.setChildParams({});
this.load();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment