diff --git a/src/components/common/PostCard.tsx b/src/components/common/PostCard.tsx index 65212fcffc..1644107bbd 100644 --- a/src/components/common/PostCard.tsx +++ b/src/components/common/PostCard.tsx @@ -274,7 +274,7 @@ const Card = ({ ยท )} - {!!post.stat?.viewCount && ( + {isShort && !!post.stat?.viewCount && (