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

Commit

Permalink
Disable protein balanced (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 3, 2018
1 parent f0ff243 commit 95f1ed7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

- [ ] lock specific menu items
- [ ] WSP2
- [ ] add unit tests snapshots for calculations
- [ ] fix macro calc protein30%
- [ ] enable kg
- [ ] fix import/export torrent

## Plan
Expand Down
10 changes: 5 additions & 5 deletions src/calculator/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const PROTEIN_DEFAULT = 'PROTEIN_DEFAULT';
const PROTEIN_LESS = 'PROTEIN_LESS';
const PROTEIN_MORE = 'PROTEIN_MORE';
const PROTEIN_BALANCED = 'PROTEIN_BALANCED';
// const PROTEIN_BALANCED = 'PROTEIN_BALANCED';

export const macroValues = {
[PROTEIN_DEFAULT]: 0.9,
Expand All @@ -22,10 +22,10 @@ export const macroOptions = [
label: 'More Protein (1 g/lbs)',
value: PROTEIN_MORE,
},
{
label: '30% protein, 30% fat, 40% carbs',
value: PROTEIN_BALANCED,
},
// {
// label: '30% protein, 30% fat, 40% carbs',
// value: PROTEIN_BALANCED,
// },
];

const LEAN_BULK = 'LEAN_BULK';
Expand Down

0 comments on commit 95f1ed7

Please sign in to comment.