Skip to content

Commit

Permalink
Fix highlighting b/c that line actually changed as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Apr 5, 2022
1 parent d189025 commit 55b3543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial/chapter6/multiple-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ const Article = ({ article, summary = false }) => {
<div className="mt-2 text-gray-900 font-light">
{summary ? truncate(article.body, 100) : article.body}
</div>
// highlight-start
{!summary && (
// highlight-start
<div className="mt-12">
<CommentsCell />
</div>
Expand Down

0 comments on commit 55b3543

Please sign in to comment.