--- import client from "@/data/pocketbase"; const { ingredients, class: className } = Astro.props; ---
{ingredients.map(i => (

• {i.quantity} {i.unit || " "} {i.name}

))}