Merge branch 'master' into nymkappa/bugfix/missing-alias-fallback-pubkey

This commit is contained in:
wiz 2022-08-01 17:41:33 +00:00 committed by GitHub
commit 03dfca3bee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ export class NodesChannelsMap implements OnInit, OnDestroy {
}
this.chartOptions = {
silent: true,
silent: this.style === 'widget' ? true : false,
title: title ?? undefined,
geo3D: {
map: 'world',