diff --git a/src/app/search.js b/src/app/search.js index bb25c76..a5d28ab 100644 --- a/src/app/search.js +++ b/src/app/search.js @@ -259,24 +259,24 @@ class Search extends Component {
{ ((this.searchTorrents && this.searchTorrents.length > 0) || (this.searchFiles && this.searchFiles.length > 0)) - && -
- - - - - - } - iconStyle={{fill: '#27ce74'}} - onCheck={() => { - if(window.routerCurrent() !== '/search') - window.router('/search') - }} - style={{paddingTop: '0.6em', paddingLeft: '0.2em'}} - /> -
+ && +
+ + + + + + } + iconStyle={{fill: '#27ce74'}} + onCheck={() => { + if(window.routerCurrent() !== '/search') + window.router('/search') + }} + style={{paddingTop: '0.6em', paddingLeft: '0.2em'}} + /> +
}