{post.title}
@@ -165,12 +159,14 @@ export function PostDetailSection({ post }: { post: PostDetail }) { className="absolute top-1 right-5" />
채팅 {post.chatCount}·
관심 {post.likeCount}·
조회 {post.viewCount}
+
{post.isOwner ? (
<>
diff --git a/src/widgets/postDetail/ui/SellerPostsSection.tsx b/src/widgets/postDetail/ui/SellerPostsSection.tsx
index 52d61614..c2e86a7f 100644
--- a/src/widgets/postDetail/ui/SellerPostsSection.tsx
+++ b/src/widgets/postDetail/ui/SellerPostsSection.tsx
@@ -59,10 +59,6 @@ export function SellerPostsSection({
),
)}
-
- {isFetchingNextPage && (
- 불러오는 중...
- )} ); }