mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Fix resetting if no price feed is available
This commit is contained in:
parent
fab6f74199
commit
31221ad266
1 changed files with 1 additions and 0 deletions
|
@ -648,6 +648,7 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
|||
this.offerBookListItem = item;
|
||||
model.priceFeedService.updateCounterProperty().addListener(listener);
|
||||
setText(Res.get("shared.na"));
|
||||
setGraphic(null);
|
||||
} else {
|
||||
setText("");
|
||||
setGraphic(new ColoredDecimalPlacesWithZerosText(model.getVolume(item),
|
||||
|
|
Loading…
Add table
Reference in a new issue