homeflowjs 1.0.40 → 1.0.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",
@@ -140,7 +140,7 @@ const PropertiesDisplay = ({
140
140
  key={property.property_id}
141
141
  onClick={() => visitPropertyUpdate(property.property_id)}
142
142
  property={property}
143
- data-page-marker={!infiniteScroll && index === 0 ? page[0].resultPage : null}
143
+ data-page-marker={!addWrapper && index === 0 ? page[0].resultPage : null}
144
144
  {...other}
145
145
  />
146
146
  );