@asdp/ferryui 0.1.22-dev.9962 → 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.mjs
CHANGED
|
@@ -12163,7 +12163,7 @@ var CardPassengerList = ({
|
|
|
12163
12163
|
},
|
|
12164
12164
|
children: [
|
|
12165
12165
|
/* @__PURE__ */ jsx("div", { className: styles.passengerInfo, children: /* @__PURE__ */ jsxs(Subtitle2, { className: styles.passengerText, children: [
|
|
12166
|
-
passenger.fullName
|
|
12166
|
+
passenger.fullName ? `${passenger.titleName} ${passenger.fullName}` : `${mergedLabels.passengerPrefix} ${index + 1}`,
|
|
12167
12167
|
" ",
|
|
12168
12168
|
"(",
|
|
12169
12169
|
passenger.passengerType,
|