Skip to content

Commit

Permalink
webtorrent#1039: Formatting fixed.
Browse files Browse the repository at this point in the history
Removed comma and added space after download speed.
  • Loading branch information
babruix authored Oct 13, 2016
1 parent 5158606 commit 3f54124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/pages/player-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ function renderLoadingSpinner (state) {
<div key='loading' className='media-stalled'>
<div key='loading-spinner' className='loading-spinner'>&nbsp;</div>
<div key='loading-progress' className='loading-status ellipsis'>
<span className='progress'>{fileProgress}%</span> downloaded,
<span>{prettyBytes(prog.downloadSpeed || 0)}/s</span>
<span className='progress'>{fileProgress}%</span> downloaded
<span>{prettyBytes(prog.downloadSpeed || 0)}/s </span>
<span>{prettyBytes(prog.uploadSpeed || 0)}/s</span>
</div>
</div>
Expand Down

0 comments on commit 3f54124

Please sign in to comment.