diff --git a/src/pages/ingredients/ImageAnnotation.tsx b/src/pages/ingredients/ImageAnnotation.tsx index e4527ca9b..0659ab5a9 100644 --- a/src/pages/ingredients/ImageAnnotation.tsx +++ b/src/pages/ingredients/ImageAnnotation.tsx @@ -92,7 +92,7 @@ function Annotation({ ), )} {showOCR && ( -

+

{splitText(data).map(({ isIngredient, text }, i) => ( {isIngredient ? ( @@ -108,15 +108,16 @@ function Annotation({

)} - + {data && ( + + )} ); } @@ -142,6 +143,7 @@ export default function ImageAnnotation({ />