Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Show remaining grams (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 21, 2018
1 parent 26e0cb2 commit 99079da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plan/Macro.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Macro extends Component {
<Typography use="subtitle1">{upperFirst(name)}</Typography>{' '}
<Typography use="caption">{percent}</Typography>
<Typography use="body1" tag="div">
{formatNumber(total)} / {formatNumber(target)} g
{formatNumber(target - total)} for {formatNumber(target)} g
</Typography>
</div>
<Fab
Expand Down

0 comments on commit 99079da

Please sign in to comment.