homeflowjs 0.13.35 → 0.13.36
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
@@ -126,7 +126,7 @@ const PropertiesDisplay = ({
|
|
126
126
|
{items}
|
127
127
|
</div>
|
128
128
|
{showScrollRef && (
|
129
|
-
<div ref={infiniteScrollRef} />
|
129
|
+
<div ref={infiniteScrollRef} className="hf-property-results__infinite-scroll-trigger" style={{ height: '1px', opacity: 0 }} />
|
130
130
|
)}
|
131
131
|
{showScrollLoader && (
|
132
132
|
<InfiniteScrollLoader />
|