s-platform-landing-section 0.1.8 → 0.1.9
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -134,7 +134,8 @@ var Hero10 = function Hero10(props) {
|
|
|
134
134
|
data = props.data;
|
|
135
135
|
var sectionData = data === null || data === void 0 ? void 0 : data.data;
|
|
136
136
|
var count = reactRedux.useSelector(function (state) {
|
|
137
|
-
|
|
137
|
+
var _state$counter;
|
|
138
|
+
return state === null || state === void 0 ? void 0 : (_state$counter = state.counter) === null || _state$counter === void 0 ? void 0 : _state$counter.value;
|
|
138
139
|
});
|
|
139
140
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
140
141
|
className: "relative w-full bg-cover bg-center bg-no-repeat ",
|