diy-template-components 3.0.9 → 3.0.11

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.js CHANGED
@@ -2150,7 +2150,7 @@ function Footer({
2150
2150
  });
2151
2151
  return /*#__PURE__*/React__default["default"].createElement("footer", {
2152
2152
  className: data.metadata.isCpBranding ? `${classes.section}` : `${classes.section} ${classes.sectionNoBranding}`
2153
- }, orgId === 369327 ? /*#__PURE__*/React__default["default"].createElement("div", {
2153
+ }, orgId === 369327 || extraProps?.org_id === 369327 ? /*#__PURE__*/React__default["default"].createElement("div", {
2154
2154
  style: {
2155
2155
  opacity: '0'
2156
2156
  }