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(); setPaymentMethodColumnCellFactory();
setDateColumnCellFactory(); setDateColumnCellFactory();
setDeactivateColumnCellFactory(); setDeactivateColumnCellFactory();
setEditColumnCellFactory(); // setEditColumnCellFactory(); // TODO: re-enable to edit offer price, etc?
setTriggerIconColumnCellFactory(); setTriggerIconColumnCellFactory();
setTriggerPriceColumnCellFactory(); setTriggerPriceColumnCellFactory();
setRemoveColumnCellFactory(); setRemoveColumnCellFactory();