ecomlab-components-next 0.1.72 → 0.1.73
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.
|
@@ -829,7 +829,7 @@ var ArticleViewV2 = function ArticleViewV2(_ref) {
|
|
|
829
829
|
setListLinks: setListLinks,
|
|
830
830
|
fetchDataById: fetchDataById,
|
|
831
831
|
activeLang: activeLang
|
|
832
|
-
})))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
832
|
+
})))), (listPreview === null || listPreview === void 0 ? void 0 : listPreview.length) && /*#__PURE__*/_react["default"].createElement("div", {
|
|
833
833
|
className: "article-view__this-will-be-interesting"
|
|
834
834
|
}, /*#__PURE__*/_react["default"].createElement("h2", {
|
|
835
835
|
className: "article-view__this-will-be-interesting-title"
|
|
@@ -855,8 +855,8 @@ var ArticleViewV2 = function ArticleViewV2(_ref) {
|
|
|
855
855
|
,
|
|
856
856
|
activeLang: activeLang,
|
|
857
857
|
fromArticle: true,
|
|
858
|
-
wiki:
|
|
859
|
-
pathArticles: "
|
|
858
|
+
wiki: false,
|
|
859
|
+
pathArticles: "",
|
|
860
860
|
pathBread: pathBread
|
|
861
861
|
// stopRedirect={false}
|
|
862
862
|
// onLinkClick={() => {
|