diff --git a/src/components/ceCard.astro b/src/components/ceCard.astro index ea25de3..51786f0 100644 --- a/src/components/ceCard.astro +++ b/src/components/ceCard.astro @@ -7,7 +7,7 @@ import { plsLoadImage } from '../utils/tools' export interface Props { name: string imageFile: string - mlb: string + mlb: boolean } const { mlb, imageFile, name } = Astro.props