게시물 투표에 좋아요가 활성화되어 있지만 표시되지 않습니다

Hello,

Reactions are disabled (hide) by default on post voting topics with css.

You can reactivate it with adding a little css to a component Common/CSS :arrow_down_small:

.post-voting-topic,
.post-voting-topic-sort-by-activity {
  .discourse-reactions-actions {
    display: inline-flex;
  }
}
6개의 좋아요