diff --git a/components/TempDesignSystem/Card/index.tsx b/components/TempDesignSystem/Card/index.tsx index b6ae88331..03ca70add 100644 --- a/components/TempDesignSystem/Card/index.tsx +++ b/components/TempDesignSystem/Card/index.tsx @@ -47,11 +47,6 @@ export default function Card({ ? backgroundImage.dimensions.aspectRatio * imageHeight : 420) - // const imageWrapper = - // height === "dynamic" - // ? `${styles.imageWrapper} ${styles.dynamic}` - // : `${styles.imageWrapper} ${styles.fixed}` - return (