From fcd05dcb09999bcf67c15d8e779168ef28fa8664 Mon Sep 17 00:00:00 2001 From: Firq Date: Fri, 5 Jan 2024 01:14:28 +0100 Subject: [PATCH] Fix --- src/components/ceCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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