mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
changes
This commit is contained in:
@@ -32,19 +32,19 @@ type ServiceItem = Freight.BookingReferenceData["service"][number];
|
||||
/** Feature chips describing what a service bundles, derived from its flags. */
|
||||
function serviceFeatures(s: ServiceItem) {
|
||||
return [
|
||||
{ key: "rail", icon: TrainFront, label: "Rail haulage", on: true },
|
||||
{
|
||||
key: "first",
|
||||
icon: Truck,
|
||||
label: "First mile pick-up",
|
||||
on: s.includesFirstMile,
|
||||
},
|
||||
{
|
||||
key: "last",
|
||||
icon: PackageCheck,
|
||||
label: "Last mile delivery",
|
||||
on: s.includesLastMile,
|
||||
},
|
||||
// { key: "rail", icon: TrainFront, label: "Rail haulage", on: true },
|
||||
// {
|
||||
// key: "first",
|
||||
// icon: Truck,
|
||||
// label: "First mile pick-up",
|
||||
// on: s.includesFirstMile,
|
||||
// },
|
||||
// {
|
||||
// key: "last",
|
||||
// icon: PackageCheck,
|
||||
// label: "Last mile delivery",
|
||||
// on: s.includesLastMile,
|
||||
// },
|
||||
{
|
||||
key: "customs",
|
||||
icon: ShieldCheck,
|
||||
|
||||
Reference in New Issue
Block a user