Skip to content

Commit

Permalink
fix(comment): fix user avatar comment badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Hojagulyyev committed Dec 26, 2023
1 parent a1c04c8 commit 7798d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/account-avatar-small.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- USER AVATAR -->
<!-- add 'online' class below if user online -->
<div class="user-avatar small no-outline
{% if account == user.account and diary.comments_last_read_by and user.account != diary.comments_last_read_by %}
{% if diary.comments_last_read_by and user.account != diary.comments_last_read_by %}
offline
{% endif %}
">
Expand Down

0 comments on commit 7798d21

Please sign in to comment.