--- import { Tick } from "@/components/ui/icons"; import Link from "@/components/ui/link.astro"; const { plan } = Astro.props; ---
{ plan.price && typeof plan.price === "object" ? plan.price.monthly : plan.price }