Cleanup searchbar long line

This commit is contained in:
Joey Payne 2016-03-11 15:14:16 -07:00
commit af6941df94

View file

@ -40,7 +40,11 @@ export default class SearchBar extends React.Component {
render(){
return (
<Paper id={this.props.id} className={this.props.className+ " noselect"} zDepth={0}>
<Paper
id={this.props.id}
className={this.props.className+ " noselect"}
zDepth={0}
>
<Item
id="search-bar"
active={false}