diff --git a/src/renderer/pages/torrent-list-page.js b/src/renderer/pages/torrent-list-page.js
index 2f816e49..828a197c 100644
--- a/src/renderer/pages/torrent-list-page.js
+++ b/src/renderer/pages/torrent-list-page.js
@@ -147,7 +147,7 @@ module.exports = class TorrentList extends React.Component {
}
}
return (
-
+
)
@@ -200,7 +200,7 @@ module.exports = class TorrentList extends React.Component {
const minutesStr = (hours || minutes) ? minutes + 'm' : ''
const secondsStr = seconds + 's'
- return (
{hoursStr} {minutesStr} {secondsStr} remaining)
+ return (
{hoursStr} {minutesStr} {secondsStr} remaining)
}
function renderTorrentStatus () {
@@ -370,16 +370,16 @@ module.exports = class TorrentList extends React.Component {
return (