diff --git a/components/BeerById/BeerInfoHeader.tsx b/components/BeerById/BeerInfoHeader.tsx index 56d6de2..44a1936 100644 --- a/components/BeerById/BeerInfoHeader.tsx +++ b/components/BeerById/BeerInfoHeader.tsx @@ -81,7 +81,7 @@ const BeerInfoHeader: FC<{ {beerPost.ibu} IBU
- {likeCount && ( + {(!!likeCount || likeCount === 0) && ( Liked by {likeCount} user{likeCount !== 1 && 's'}