Fix API doc page for Bisq.

This commit is contained in:
softsimon 2021-07-29 16:14:36 +03:00
parent 544be77bdc
commit a00aa27ae4
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -1181,7 +1181,7 @@ responseSample: `{
}
this.network$.subscribe((network) => {
this.active = (network === 'bisq' || network === 'liquid') ? 1 : 0;
this.active = (network === 'liquid') ? 1 : 0;
});
}