Fix API doc page for Bisq.
This commit is contained in:
parent
90f015c88d
commit
b1fa1b854c
@ -1181,7 +1181,7 @@ responseSample: `{
|
||||
}
|
||||
|
||||
this.network$.subscribe((network) => {
|
||||
this.active = (network === 'bisq' || network === 'liquid') ? 1 : 0;
|
||||
this.active = (network === 'liquid') ? 1 : 0;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user