import { memo } from 'react'; const PlaceholderRow = memo(({ isCard }: { isCard?: boolean }) => { if (!isCard) { return null; } return