Skip to content

Commit

Permalink
#88 fix modal
Browse files Browse the repository at this point in the history
  • Loading branch information
HennecartLisa committed Aug 28, 2018
1 parent ce26169 commit 41ae84e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class Header extends Component {
wheelchairWidthFilter =
<div className="search__filters__range" action="#">
<p className="range-field">
<input type="range" id="wheelslider" min="50" max="150" onChange={this.displaySliderValue}/>
<input type="range" id="wheelslider" min="0" max="150" onChange={this.displaySliderValue}/>
</p>
</div>;

Expand Down
2 changes: 1 addition & 1 deletion src/components/SidebarBuildingDetail.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {Component} from 'react'
import {Col, Row, Collapsible, CollapsibleItem} from "react-materialize";
import {Col, Row, Collapsible, CollapsibleItem, Preloader} from "react-materialize";
import {inject, observer} from 'mobx-react';

@inject('BuildingStore')
Expand Down
2 changes: 1 addition & 1 deletion src/components/SidebarSearchResult.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import {Card, Col, Row} from "react-materialize";
import {Card, Col, Row, Preloader} from "react-materialize";
import {inject, observer} from 'mobx-react';


Expand Down

0 comments on commit 41ae84e

Please sign in to comment.