diff --git a/app/src/recipe_creator.rs b/app/src/recipe_creator.rs index 0febd41..4001f5a 100644 --- a/app/src/recipe_creator.rs +++ b/app/src/recipe_creator.rs @@ -118,35 +118,41 @@ pub(super) fn IngredientSelectBase(props: &IngredientSelectBaseProps) -> HtmlRes } -
- - - - { for ig.keys().map(|k| html!{}) } - -
-
- -
- - if let Some(unit) = &*unit { - {unit} - } +
+
+
+ + + + { for ig.keys().map(|k| html!{}) } + +
+
+ +
+ + if let Some(unit) = &*unit { + {unit} + } +
+
+
+ {props.children.clone()} +
- {props.children.clone()}
})