diff --git a/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue b/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue index 358a9a25fc1f..458cb74be5dc 100644 --- a/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue +++ b/frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue @@ -48,46 +48,54 @@ - - - - - {{ ing.input }} - - - - - {{ isError(ing) ? $globals.icons.alert : $globals.icons.check }} - - - {{ ing.confidence ? asPercentage(ing.confidence.average) : "" }} - - - - - - {{ ing.input }} - - - - {{ errors[index].unitErrorMessage }} - - - {{ errors[index].foodErrorMessage }} - - - - + + + + + + {{ ing.input }} + + + + + {{ isError(ing) ? $globals.icons.alert : $globals.icons.check }} + + + {{ ing.confidence ? asPercentage(ing.confidence.average) : "" }} + + + + + + {{ ing.input }} + + + + {{ errors[index].unitErrorMessage }} + + + {{ errors[index].foodErrorMessage }} + + + + + @@ -96,6 +104,7 @@