--- import type { SubSection } from '@/types/sections/favorites-section.types'; import Typography from '@/web/components/typography.astro'; export interface Props { subSection?: SubSection; minTileWidth: number; } const { subSection, minTileWidth } = Astro.props; --- { subSection && (