refactor(SW-337): conditional rendering of image titles
This commit is contained in:
@@ -56,7 +56,7 @@ export default function FullView({
|
||||
/>
|
||||
|
||||
<div className={styles.fullViewFooter}>
|
||||
<Body color="white">{image.title}</Body>
|
||||
{image.title && <Body color="white">{image.title}</Body>}
|
||||
</div>
|
||||
</motion.div>
|
||||
</AnimatePresence>
|
||||
|
||||
Reference in New Issue
Block a user