Skip to content

Commit

Permalink
fix: proper unit for up/dl speed in graph (VueTorrent#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 authored Nov 22, 2022
1 parent 49ec8a9 commit a6dac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/SpeedGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
},
y: {
formatter: value => {
return `${getDataValue(value, 0)} ${getDataUnit(value)}`
return `${getDataValue(value, 0)} ${getDataUnit(value)}/s`
}
}
}
Expand Down

0 comments on commit a6dac31

Please sign in to comment.