@asdp/ferryui 0.1.22-dev.9969 → 0.1.22-dev.9970
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12172,7 +12172,7 @@ var CardPassengerList = ({
|
|
|
12172
12172
|
},
|
|
12173
12173
|
children: [
|
|
12174
12174
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: styles.passengerInfo, children: /* @__PURE__ */ jsxRuntime.jsxs(reactComponents.Subtitle2, { className: styles.passengerText, children: [
|
|
12175
|
-
passenger.fullName
|
|
12175
|
+
passenger.fullName ? `${passenger.titleName} ${passenger.fullName}` : `${mergedLabels.passengerPrefix} ${index + 1}`,
|
|
12176
12176
|
" ",
|
|
12177
12177
|
"(",
|
|
12178
12178
|
passenger.passengerType,
|