Skip to content

Commit

Permalink
Fix issue of % price being zero when editing offer
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacxx authored and ripcurlx committed Jan 20, 2022
1 parent 638d638 commit 3aad0c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public void onCancelEditOffer(ErrorMessageHandler errorMessageHandler) {
}

public void onInvalidateMarketPriceMargin() {
marketPriceMargin.set("0.00%");
marketPriceMargin.set(FormattingUtils.formatToPercent(dataModel.getMarketPriceMargin()));
}

Expand Down

0 comments on commit 3aad0c8

Please sign in to comment.