fix(SW-1188): remove comment
This commit is contained in:
@@ -47,11 +47,6 @@ export default function Card({
|
|||||||
? backgroundImage.dimensions.aspectRatio * imageHeight
|
? backgroundImage.dimensions.aspectRatio * imageHeight
|
||||||
: 420)
|
: 420)
|
||||||
|
|
||||||
// const imageWrapper =
|
|
||||||
// height === "dynamic"
|
|
||||||
// ? `${styles.imageWrapper} ${styles.dynamic}`
|
|
||||||
// : `${styles.imageWrapper} ${styles.fixed}`
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<article
|
<article
|
||||||
className={cardVariants({
|
className={cardVariants({
|
||||||
|
|||||||
Reference in New Issue
Block a user