Fix API doc page for Bisq.

This commit is contained in:
softsimon 2021-07-29 16:14:36 +03:00
parent 90f015c88d
commit b1fa1b854c

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;
});
}