tango-app-api-store-builder 1.0.33 → 1.0.34
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/package.json
CHANGED
|
@@ -9055,7 +9055,7 @@ async function convertFixtureStructure( req ) {
|
|
|
9055
9055
|
centerFixture: centerFixturesWithStatus,
|
|
9056
9056
|
otherElements: otherElements,
|
|
9057
9057
|
lastUpdate: dayjs( floor?.updatedAt ).format( 'Do MMMM YYYY hh:mm A' ),
|
|
9058
|
-
...( floors.length > 1 ) ? { floorNum: `Floor ${index + 1}/${floors.length}` } : { floorNum:
|
|
9058
|
+
...( floors.length > 1 ) ? { floorNum: `Floor ${floor?.floorNumber ?? index + 1}/${floors.length}` } : { floorNum: `Floor ${floor?.floorNumber ?? 1}` },
|
|
9059
9059
|
};
|
|
9060
9060
|
|
|
9061
9061
|
let planoProductCount = 0;
|