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

Commit

Permalink
Disable recomp (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 3, 2018
1 parent bc34179 commit d4dcca3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/calculator/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export const kinobodyProgramModeOptions = [
label: 'Lean Bulk',
value: LEAN_BULK,
},
{
label: 'Recomp',
value: RECOMP,
},
// {
// label: 'Recomp',
// value: RECOMP,
// },
];

0 comments on commit d4dcca3

Please sign in to comment.