master @ 7 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildSeeAlso, type Props } from "./ArticleSeeAlso"; │
│ const { seeAlso = [] } = Astro.props as Props; │
│ --- │
│ {seeAlso.length > 0 && <Frame build={(w) => buildSeeAlso(w, seeAlso)} />} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildSeeAlso, type Props } from "./ │
│ ArticleSeeAlso"; │
│ const { seeAlso = [] } = Astro.props as Prop │
│ s; │
│ --- │
│ {seeAlso.length > 0 && <Frame build={(w) => │
│ buildSeeAlso(w, seeAlso)} />} │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET