Skip to content

Commit ecb923a

Browse files
committed
Handle blank ghost primary tag
1 parent 9f8e4a0 commit ecb923a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/components/componentsBySection/Landing/LatestBlogPosts.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class BlogCarousel extends React.PureComponent<Props, State> {
4343
aria-hidden="true"
4444
/>
4545
<p className="LatestBlogPosts-primarytag overline">
46-
{i.primary_tag.name}
46+
{i.primary_tag?.name}
4747
</p>
4848
<h3 className="LatestBlogPosts-title">{i.title}</h3>
4949
<p className="LatestBlogPosts-excerpt">

0 commit comments

Comments
 (0)