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.es.js CHANGED
@@ -2136,7 +2136,7 @@ function Footer({
2136
2136
  });
2137
2137
  return /*#__PURE__*/React.createElement("footer", {
2138
2138
  className: data.metadata.isCpBranding ? `${classes.section}` : `${classes.section} ${classes.sectionNoBranding}`
2139
- }, orgId === 369327 ? /*#__PURE__*/React.createElement("div", {
2139
+ }, orgId === 369327 || extraProps?.org_id === 369327 ? /*#__PURE__*/React.createElement("div", {
2140
2140
  style: {
2141
2141
  opacity: '0'
2142
2142
  }