Stub out passenger info
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m2s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m2s
This commit is contained in:
@@ -33,6 +33,7 @@ const getSampleData = () => [
|
||||
year: 1981,
|
||||
imgsrc: '/tmpimg/j27.png',
|
||||
iconsrc: '/tmpimg/projectx_avatar256.png',
|
||||
booking: { maxPassengers: 8 },
|
||||
defects: [
|
||||
{
|
||||
type: 'engine',
|
||||
@@ -59,6 +60,7 @@ and rough engine performance.`,
|
||||
year: 1985,
|
||||
imgsrc: '/tmpimg/j27.png',
|
||||
iconsrc: '/tmpimg/take5_avatar32.png',
|
||||
booking: { maxPassengers: 8 },
|
||||
},
|
||||
{
|
||||
$id: '3',
|
||||
@@ -67,6 +69,7 @@ and rough engine performance.`,
|
||||
class: 'Capri 25',
|
||||
year: 1989,
|
||||
imgsrc: '/tmpimg/capri25.png',
|
||||
booking: { maxPassengers: 6 },
|
||||
},
|
||||
{
|
||||
$id: '4',
|
||||
@@ -75,6 +78,7 @@ and rough engine performance.`,
|
||||
class: 'Capri 25',
|
||||
year: 1989,
|
||||
imgsrc: '/tmpimg/capri25.png',
|
||||
booking: { maxPassengers: 8 },
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user