Skip to content

Commit

Permalink
commented out also in this room section
Browse files Browse the repository at this point in the history
  • Loading branch information
snaftzger committed Aug 22, 2019
1 parent 17e9e97 commit 5b346e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/snap/components/SnapResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class SnapResults extends Component {
</Popover>
</div>
</Child>
{
{/* {
this.state.showSliderOverlay &&
this.state.alsoInRoomResults.length > 0 &&
<div id="slider-overlay"></div>
Expand All @@ -557,7 +557,7 @@ class SnapResults extends Component {
<Child id="slider-wrapper" className="slider-wrapper" ref={el => this.sliderContainer = el} style={this.state.slideOverStyle}>
<InRoomSlider alsoInRoomResults={this.state.alsoInRoomResults} blurValue={this.state.blurValue} onSelectInRoomArt={this.onSelectInRoomArt} getTranslation={this.props.getTranslation}></InRoomSlider>
</Child>
}
} */}
<div className="scan-wrapper">
<div className="scan-button" onClick={this.handleScan} style={this.state.scanBtnStyle}>
<img src={scan_button} alt="scan" />
Expand Down

0 comments on commit 5b346e2

Please sign in to comment.