mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Reset offerbook filter values at screen change (#235)
This commit is contained in:
parent
35dcb862d9
commit
27b47830b2
1 changed files with 0 additions and 12 deletions
|
@ -165,18 +165,6 @@ class OfferBookPM extends PresentationModel<OfferBookModel> {
|
|||
return model.getOfferList();
|
||||
}
|
||||
|
||||
StringProperty getAmount() {
|
||||
return amount;
|
||||
}
|
||||
|
||||
StringProperty getPrice() {
|
||||
return price;
|
||||
}
|
||||
|
||||
StringProperty getVolume() {
|
||||
return volume;
|
||||
}
|
||||
|
||||
boolean isRegistered() {
|
||||
return model.isRegistered();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue