Skip to content

Commit

Permalink
[req-changes] Fixed accounting info on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jan 15, 2024
1 parent acf0ecf commit 7107f74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/components/status/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -792,11 +792,6 @@ export default class Status extends React.Component {
unitSeparator: " ",
unit: "MB",
})}
{bytes(session.output_octets, {
decimalPlaces: 0,
unitSeparator: " ",
unit: "MB",
})}
</td>
</tr>
<tr
Expand Down

0 comments on commit 7107f74

Please sign in to comment.