diy-template-components 2.0.91 → 2.0.92
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/build/index.es.js +0 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +0 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -1630,8 +1630,6 @@ function MobileHeader({
|
|
|
1630
1630
|
React.useEffect(() => {
|
|
1631
1631
|
if (header?.effectivePrice) {
|
|
1632
1632
|
const body = navEl?.current?.ownerDocument?.body;
|
|
1633
|
-
console.log("body", body);
|
|
1634
|
-
console.log("body 1", document?.getElementsByClassName(classes.section)?.closest('body'));
|
|
1635
1633
|
if (body) {
|
|
1636
1634
|
body.style.marginBottom = '130px';
|
|
1637
1635
|
}
|