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.modern.js
CHANGED
|
@@ -131,7 +131,8 @@ var Hero10 = function Hero10(props) {
|
|
|
131
131
|
data = props.data;
|
|
132
132
|
var sectionData = data === null || data === void 0 ? void 0 : data.data;
|
|
133
133
|
var count = useSelector(function (state) {
|
|
134
|
-
|
|
134
|
+
var _state$counter;
|
|
135
|
+
return state === null || state === void 0 ? void 0 : (_state$counter = state.counter) === null || _state$counter === void 0 ? void 0 : _state$counter.value;
|
|
135
136
|
});
|
|
136
137
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
137
138
|
className: "relative w-full bg-cover bg-center bg-no-repeat ",
|