--- import client from "@/data/pocketbase"; const { ingredients, class: className } = Astro.props; const ings = await Promise.all( ingredients.map(async i => await client.collection("ingredients").getOne(i)) ) ---
• {i.quantity} {i.unit || " "} {i.name}