@simpoobusiness/sdk 1.0.6 → 1.0.8

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/esm/index.js CHANGED
@@ -29363,7 +29363,6 @@ const Title = ({ title, item_uuid, item_type_id, data, }) => {
29363
29363
  return (jsx$1(Fragment, { children: jsx$1("button", { className: cn(`text-primary font-bold text-sm first-letter:uppercase truncate max-w-[265px]`, data.expired ? "text-danger" : ""), title: title, children: title }) }));
29364
29364
  };
29365
29365
 
29366
- const emptyImage = require("../../../assets/images/placeholder-image.svg");
29367
29366
  const InventoryTable = () => {
29368
29367
  const { apiKey } = useSDK();
29369
29368
  const [items, setItems] = React__default.useState([]);
@@ -29403,7 +29402,7 @@ const InventoryTable = () => {
29403
29402
  if (item.images?.length > 0) {
29404
29403
  return item.images[0].image;
29405
29404
  }
29406
- return emptyImage;
29405
+ return "";
29407
29406
  };
29408
29407
  return {
29409
29408
  item_description: item?.name,