Skip to content

Commit

Permalink
Remove progress separator
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 24, 2017
1 parent 3501d74 commit 50408a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ActivityPane extends PureComponent {
renderProgress(progress, total) {
return progress && (
<span className="progress">
<FormattedNumber value={progress}/> /
<FormattedNumber value={progress}/>
<FormattedNumber value={total}/>
</span>
)
Expand Down

0 comments on commit 50408a6

Please sign in to comment.