Skip to content

Commit 90c540f

Browse files
authored
Merge pull request #80 from permaweb/v2.2-mainnet-blog
filter out test posts in suggested reading
2 parents e62ff07 + edaf7e8 commit 90c540f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/BlogPost/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ export default function BlogPost() {
393393
<S.Paragraph className={'fade-in'}>{post.excerpt}</S.Paragraph>
394394
)}
395395
</S.Section>
396+
{/* Suggested reading – commented out for now
396397
{!isBodyLoading && suggestedPosts.length > 0 && (
397398
<S.SuggestedSection className={'fade-in'}>
398399
<S.SuggestedHeading>Suggested Reading</S.SuggestedHeading>
@@ -412,6 +413,7 @@ export default function BlogPost() {
412413
</S.SuggestedList>
413414
</S.SuggestedSection>
414415
)}
416+
*/}
415417
{!isBodyLoading && (
416418
<S.BackLinkWrapper>
417419
<S.BackLink to={URLS.blog}>{'< View All'}</S.BackLink>

0 commit comments

Comments
 (0)