@bigbinary/neeto-molecules 1.0.94-beta → 1.0.95-beta

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.
@@ -1674,7 +1674,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
1674
1674
  "data-test-id": text,
1675
1675
  style: "body2",
1676
1676
  weight: "normal"
1677
- }, text)), index + 1 !== breadcrumbs.length && /*#__PURE__*/React__default.createElement("span", {
1677
+ }, text)), index !== breadcrumbs.length - 1 && /*#__PURE__*/React__default.createElement("span", {
1678
1678
  className: "neeto-molecules-header__breadcrumb-separator neeto-ui-text-black"
1679
1679
  }, "/"));
1680
1680
  }));