cleanup code
This commit is contained in:
@@ -35,8 +35,7 @@ class _CustomEditorState extends State<CustomEditor> {
|
||||
_custom = widget.custom!;
|
||||
_productController.text = _custom.name ?? "";
|
||||
_feeController.text = _custom.customDutyFee.toStringAsFixed(2);
|
||||
_shipmentRateController.text =
|
||||
_custom.rate == null ? "" : _custom.rate.toStringAsFixed(2);
|
||||
_shipmentRateController.text = _custom.rate.toStringAsFixed(2);
|
||||
} else {
|
||||
_isNew = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user