remove button to edit offers

This commit is contained in:
woodser 2023-06-11 15:44:51 -04:00
parent 722b02f4c9
commit 455b1f739c

View File

@ -144,7 +144,7 @@ public class OpenOffersView extends ActivatableViewAndModel<VBox, OpenOffersView
setPaymentMethodColumnCellFactory();
setDateColumnCellFactory();
setDeactivateColumnCellFactory();
setEditColumnCellFactory();
// setEditColumnCellFactory(); // TODO: re-enable to edit offer price, etc?
setTriggerIconColumnCellFactory();
setTriggerPriceColumnCellFactory();
setRemoveColumnCellFactory();