cleanup code
This commit is contained in:
@@ -88,11 +88,11 @@ class _FcsShipmentInfoState extends State<FcsShipmentInfo> {
|
||||
iconData: Icons.date_range,
|
||||
);
|
||||
|
||||
final departureDateBox = DisplayText(
|
||||
text: _departureDateControler.text,
|
||||
labelTextKey: "FCSshipment.departure_date",
|
||||
iconData: Icons.date_range,
|
||||
);
|
||||
// final departureDateBox = DisplayText(
|
||||
// text: _departureDateControler.text,
|
||||
// labelTextKey: "FCSshipment.departure_date",
|
||||
// iconData: Icons.date_range,
|
||||
// );
|
||||
|
||||
final shipTypeBox = DisplayText(
|
||||
text: _shipmentTypeControler.text,
|
||||
|
||||
Reference in New Issue
Block a user