diy-template-components 2.0.44 → 2.0.45
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 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +0 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6678,7 +6678,6 @@ const SingleSlide = ({
|
|
|
6678
6678
|
isMobile
|
|
6679
6679
|
}) => {
|
|
6680
6680
|
const classes = useTeamStyles();
|
|
6681
|
-
console.log("isMobile", isMobile);
|
|
6682
6681
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6683
6682
|
className: classes.singleSlideContainer,
|
|
6684
6683
|
style: isMobile ? {
|