mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 06:28:12 +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. */
|
/** Feature chips describing what a service bundles, derived from its flags. */
|
||||||
function serviceFeatures(s: ServiceItem) {
|
function serviceFeatures(s: ServiceItem) {
|
||||||
return [
|
return [
|
||||||
{ key: "rail", icon: TrainFront, label: "Rail haulage", on: true },
|
// { key: "rail", icon: TrainFront, label: "Rail haulage", on: true },
|
||||||
{
|
// {
|
||||||
key: "first",
|
// key: "first",
|
||||||
icon: Truck,
|
// icon: Truck,
|
||||||
label: "First mile pick-up",
|
// label: "First mile pick-up",
|
||||||
on: s.includesFirstMile,
|
// on: s.includesFirstMile,
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
key: "last",
|
// key: "last",
|
||||||
icon: PackageCheck,
|
// icon: PackageCheck,
|
||||||
label: "Last mile delivery",
|
// label: "Last mile delivery",
|
||||||
on: s.includesLastMile,
|
// on: s.includesLastMile,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
key: "customs",
|
key: "customs",
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
|
|||||||
Reference in New Issue
Block a user