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.es.js
CHANGED
|
@@ -1614,8 +1614,6 @@ function MobileHeader({
|
|
|
1614
1614
|
useEffect(() => {
|
|
1615
1615
|
if (header?.effectivePrice) {
|
|
1616
1616
|
const body = navEl?.current?.ownerDocument?.body;
|
|
1617
|
-
console.log("body", body);
|
|
1618
|
-
console.log("body 1", document?.getElementsByClassName(classes.section)?.closest('body'));
|
|
1619
1617
|
if (body) {
|
|
1620
1618
|
body.style.marginBottom = '130px';
|
|
1621
1619
|
}
|