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 296980c commit 6cd2cd8Copy full SHA for 6cd2cd8
src/shared/components/Contentful/ArticleCard/ArticleCard.jsx
@@ -250,7 +250,7 @@ class ArticleCard extends React.Component {
250
{
251
showArticleInfo() && (
252
<p className={theme.readTimeInfo}>
253
- {themeName === 'Article large' ? <span> . </span> : null}
+ {themeName === 'Article large' && contentAuthor && contentAuthor.length > 0 ? <span> . </span> : null}
254
255
contentAuthor && contentAuthor.length > 0 ? (
256
<Link
0 commit comments