mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Fix API doc page for Bisq.
This commit is contained in:
parent
544be77bdc
commit
a00aa27ae4
@ -1181,7 +1181,7 @@ responseSample: `{
|
||||
}
|
||||
|
||||
this.network$.subscribe((network) => {
|
||||
this.active = (network === 'bisq' || network === 'liquid') ? 1 : 0;
|
||||
this.active = (network === 'liquid') ? 1 : 0;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user