Skip to content

Commit

Permalink
removing quantity from the ing model
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanNoelk committed Nov 20, 2018
1 parent 8da961b commit a532eb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/recipe_form/utilts/parseIngredient.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const buildFraction = (textArray) => {
return {
numerator,
denominator,
quantity: formatQuantity(1,1,numerator,denominator)
};
};

Expand Down

0 comments on commit a532eb2

Please sign in to comment.