From 2381cd1f67a3faed4beaec977e3cf5ad7d85f78c Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 18 Jun 2018 13:17:26 +0300 Subject: [PATCH] eslint fixes --- src/app/search.js | 36 ++++++++++++++++++------------------ src/app/torrent.js | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) 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'}} + /> +
}