mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Merge branch 'master' into nymkappa/bugfix/missing-alias-fallback-pubkey
This commit is contained in:
commit
03dfca3bee
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue