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

Commit

Permalink
Update macro labels (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 22, 2018
1 parent 3c740c3 commit f171aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recipes/Recipes.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Recipes extends React.Component {
<SimpleListItem
onClick={() => this.selectRecipeToEdit(_key)}
text={name}
secondaryText={`${Calories}cal | Protein ${Protein}g | Carbs ${Carbs}g | Fat ${Fat}g | ${servings} servings`}
secondaryText={`Protein ${Protein}g Carbs ${Carbs}g Fat ${Fat}g ${servings} servings`}
meta={
<Icon
icon="delete"
Expand Down

0 comments on commit f171aed

Please sign in to comment.