\r\n {ingredients && (\r\n <>\r\n
{locale.ingredients}
\r\n
\r\n {ingredients}\r\n
\r\n >\r\n )}\r\n\r\n {nutritionalInformation && nutritionalInformation.length > 0 && (\r\n <>\r\n
{locale.nutritionalContent}
\r\n
\r\n {nutritionalInformation.map((x) => (\r\n \r\n {x.name}: | \r\n {x.value} | \r\n
\r\n ))}\r\n
\r\n >\r\n )}\r\n
\r\n );\r\n};\r\n\r\nexport const ProductInformationModal = (props: IProductInformationModalProps) => {\r\n const { className, product, context } = props;\r\n const [tab, setTab] = React.useState(0);\r\n const { loading, attributes } = useGetAttributes(product, context);\r\n const locale = getLocale(context.actionContext.requestContext.locale);\r\n\r\n if (loading) {\r\n return (\r\n