You can check if it's null before you render the <NextImage /> component
<NextImage />
{ article.mainImage && <NextImage {...otherProps} /> }