Merge branch 'master' into nymkappa/feature/channel-node-page-title

This commit is contained in:
wiz
2022-08-23 00:43:57 +09:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ export class NodesChannelsMap implements OnInit {
switchMap((params: ParamMap) => {
return zip(
this.assetsService.getWorldMapJson$,
this.apiService.getChannelsGeo$(params.get('public_key') ?? undefined),
this.style !== 'channelpage' ? this.apiService.getChannelsGeo$(params.get('public_key') ?? undefined) : [''],
[params.get('public_key') ?? undefined]
).pipe(tap((data) => {
registerMap('world', data[0]);