diff --git a/app/src/recipe.rs b/app/src/recipe.rs index 5d161e5..e7b5610 100644 --- a/app/src/recipe.rs +++ b/app/src/recipe.rs @@ -28,9 +28,11 @@ struct RecipeRatingProps { fn RecipeRating(props: &RecipeRatingProps) -> Html { let rating = (props.rating + 1).min(3); html! { -
- { for (0..rating).map(|_| html!{