How to display the like button?

Thank you all. I successfully made it appear by adding a CSS component.

.topic-post.voting-post button {
  &.like-count,
  &.toggle-like {
    display: block;
  }
}