fix(SW-1188): remove comment
This commit is contained in:
@@ -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 (
|
||||
<article
|
||||
className={cardVariants({
|
||||
|
||||
Reference in New Issue
Block a user