diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 6cfc8ef92..8d01540ad 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -583,7 +583,7 @@ calculateAmount: function (amount) { {% if request.user.userpreference.use_fractions %} let return_string = '' - let fraction = frac.cont(amount, 9, true) + let fraction = frac.cont((amount * this.ingredient_factor), 9, true) if (fraction[0] > 0) { return_string += fraction[0]