@rpg-engine/long-bow 0.3.41 → 0.3.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35834,8 +35834,7 @@ var TradingItemRow = function TradingItemRow(_ref) {
35834
35834
  };
35835
35835
  var onRightOutClick = function onRightOutClick() {
35836
35836
  var _traderItem$qty2;
35837
- if (selectedQty + 10 < ((_traderItem$qty2 = traderItem.qty) != null ? _traderItem$qty2 : 999)) {
35838
- console.log(traderItem);
35837
+ if (selectedQty + 10 <= ((_traderItem$qty2 = traderItem.qty) != null ? _traderItem$qty2 : 999)) {
35839
35838
  var newQuantity = selectedQty + 10;
35840
35839
  onQuantityChange(traderItem, newQuantity);
35841
35840
  }