Fix reaction counts hiding

This commit is contained in:
Andrew Godwin 2022-12-23 22:56:59 -07:00
parent b5be9b576d
commit 3187d4d180

View file

@ -16,7 +16,7 @@
body {
--color-highlight: {{ config.highlight_color }};
}
{% if not config_system.visible_reaction_counts %}
{% if not config_identity.visible_reaction_counts %}
.like-count {
display: none;
}