Skip to content

Commit

Permalink
Set total as 101 so rounding doesn't cause error
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Jul 1, 2022
1 parent 2f571d9 commit 3a0310d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/Storage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Storage() {
<div className="px-8 py-2">
Recording Storage
<div className="my-4">
<UsageBar items={graphParts} total={100} showPercentage={true} darkMode={false} compactLayout={false} />
<UsageBar items={graphParts} total={101} showPercentage={true} darkMode={false} compactLayout={false} />
</div>
</div>
</div>
Expand Down

0 comments on commit 3a0310d

Please sign in to comment.