We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b0040 commit 1d7b061Copy full SHA for 1d7b061
src/Quote.tsx
@@ -62,7 +62,7 @@ export const Quote = memo(
62
<figcaption>
63
{author && <p className="fr-quote__author">{author}</p>}
64
{source && <ul className="fr-quote__source">{source}</ul>}
65
- {image && (
+ {image !== undefined && (
66
<div className="fr-quote__image">
67
<img src={image} className="fr-responsive-img" alt="" />
68
</div>
0 commit comments