Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dem13n committed Jul 25, 2021
1 parent b96e84b commit aec457a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion js/dist/forum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions js/src/forum/components/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ export default class listItem extends Component {
</div>
</Link>
</div>
: <div className="imageLabel discussionReplyCount">
{icon('fas fa-comment', {className: 'labelIcon'})}
{discussion.replyCount()}
</div>
: settings.Replies === 1 ?
<div className="imageLabel discussionReplyCount">
{icon('fas fa-comment', {className: 'labelIcon'})}
{discussion.replyCount()}
</div> : ''
}
</div>
</div>
Expand Down
Loading

0 comments on commit aec457a

Please sign in to comment.