Cleanup searchbar long line
This commit is contained in:
parent
ce85534e86
commit
af6941df94
1 changed files with 5 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue