@salesgenterp/ui-components 0.4.441 → 0.4.442
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.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5729,7 +5729,7 @@ var BrandStock = function BrandStock(_ref) {
|
|
|
5729
5729
|
style: {
|
|
5730
5730
|
fontWeight: 600
|
|
5731
5731
|
}
|
|
5732
|
-
}, brand === null || brand === void 0 ? void 0 : brand.name), /*#__PURE__*/React__default.createElement("p", null, "Case quantity: ", (brand === null || brand === void 0 ? void 0 : brand.caseQuantity) || 'N/A')), /*#__PURE__*/React__default.createElement(TablePaperContainer, {
|
|
5732
|
+
}, brand === null || brand === void 0 ? void 0 : brand.name), (brand === null || brand === void 0 ? void 0 : brand.caseQuantity) && /*#__PURE__*/React__default.createElement("p", null, "Case quantity: ", (brand === null || brand === void 0 ? void 0 : brand.caseQuantity) || 'N/A')), /*#__PURE__*/React__default.createElement(TablePaperContainer, {
|
|
5733
5733
|
component: Paper
|
|
5734
5734
|
}, /*#__PURE__*/React__default.createElement(Table, {
|
|
5735
5735
|
"aria-label": "simple table",
|