Skip to content

Commit

Permalink
remove fracty
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-kashkoush committed Oct 25, 2023
1 parent 642c021 commit 9c351ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/views/recipeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class RecipeView extends View {
<svg class="recipe__icon">
<use href="${icons}#icon-check"></use>
</svg>
<div class="recipe__quantity">${ing.quantity ? new fracty(ing.quantity).toString() : ''}</div>
<div class="recipe__quantity">${ing.quantity ? ing.quantity : ''}</div>
<div class="recipe__description">
<span class="recipe__unit">${ing.unit}</span>
${ing.description}
Expand Down

0 comments on commit 9c351ea

Please sign in to comment.