Skip to content

Commit 830f021

Browse files
committed
Merge branch 'dev'
2 parents cf731fd + aa6fe7b commit 830f021

27 files changed

+676
-242
lines changed

app/actuators/ResultCard.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default class ResultCard extends Component {
187187

188188
if (resultElement && resultElement.length && scrollElement && scrollElement.length) {
189189
scrollElement.css({
190-
"height": "auto",
190+
"height": "auto",
191191
"padding-bottom": 0
192192
});
193193
setTimeout(checkHeight, 1000);
@@ -642,7 +642,7 @@ export default class ResultCard extends Component {
642642
}
643643

644644
return (
645-
<div ref={(div) => { this.resultListContainer = div }} className="rbc rbc-resultcard">
645+
<div className="rbc rbc-resultcard">
646646
<div ref={(div) => { this.listParentElement = div }} className={`rbc-resultcard-container card thumbnail ${cx}`} style={this.props.componentStyle}>
647647
{title}
648648
{sortOptions}
@@ -659,7 +659,7 @@ export default class ResultCard extends Component {
659659
</div>
660660
{this.props.noResults && this.state.visibleNoResults ? (<NoResults defaultText={this.props.noResults} />) : null}
661661
{this.props.initialLoader && this.state.queryStart && this.state.showInitialLoader ? (<InitialLoader defaultText={this.props.initialLoader} />) : null}
662-
<PoweredBy container={this.resultListContainer} />
662+
<PoweredBy container="rbc-resultcard-container" />
663663
</div>
664664
);
665665
}

app/actuators/ResultList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default class ResultList extends Component {
187187

188188
if (resultElement && resultElement.length && scrollElement && scrollElement.length) {
189189
scrollElement.css({
190-
"height": "auto",
190+
"height": "auto",
191191
"padding-bottom": 0
192192
});
193193
setTimeout(checkHeight, 1000);
@@ -662,7 +662,7 @@ export default class ResultList extends Component {
662662
</div>
663663
{this.props.noResults && this.state.visibleNoResults ? (<NoResults defaultText={this.props.noResults} />) : null}
664664
{this.props.initialLoader && this.state.queryStart && this.state.showInitialLoader ? (<InitialLoader defaultText={this.props.initialLoader} />) : null}
665-
<PoweredBy container={this.resultListContainer} />
665+
<PoweredBy container="rbc-resultlist-container" />
666666
</div>
667667
);
668668
}

dist/airbnb_recipe.bundle.js

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ecommerce_recipe.bundle.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/meetup_recipe.bundle.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/news_recipe.bundle.js

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/producthunt_recipe.bundle.js

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/simplebeds_recipe.bundle.js

Lines changed: 97 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/yelp_recipe.bundle.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)