refactor(SW-302): update typings

This commit is contained in:
Matilda Landström
2024-10-07 13:47:23 +02:00
parent 0fa8251cd3
commit cdb51bae73
9 changed files with 186 additions and 125 deletions

View File

@@ -14,7 +14,7 @@ export default function CardImage({
return (
<article className={`${styles.container} ${className}`}>
<div className={styles.imageContainer}>
{imageCards.map(
{imageCards?.map(
({ backgroundImage }) =>
backgroundImage && (
<Image