Display download before upload in rate detail

This commit is contained in:
John Furrow
2016-12-10 21:50:51 -08:00
parent fef9ab770c
commit 1e511c754f
@@ -98,8 +98,8 @@ class TransferRateDetails extends React.Component {
render() {
return (
<div className="client-stats__rates">
{this.getCurrentTansferRate('upload', {showHoverDuration: true})}
{this.getCurrentTansferRate('download')}
{this.getCurrentTansferRate('download', {showHoverDuration: true})}
{this.getCurrentTansferRate('upload')}
</div>
);
}