Skip to content

Commit 1d7b061

Browse files
Julien Bouquillongarronej
andauthored
Update src/Quote.tsx
Co-authored-by: Joseph Garrone <joseph.garrone.gj@gmail.com> Signed-off-by: Julien Bouquillon <contact@revolunet.com>
1 parent c9b0040 commit 1d7b061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Quote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const Quote = memo(
6262
<figcaption>
6363
{author && <p className="fr-quote__author">{author}</p>}
6464
{source && <ul className="fr-quote__source">{source}</ul>}
65-
{image && (
65+
{image !== undefined && (
6666
<div className="fr-quote__image">
6767
<img src={image} className="fr-responsive-img" alt="" />
6868
</div>

0 commit comments

Comments
 (0)