feat(creator): 커뮤니티 아이템 표시를 통일한다
This commit is contained in:
@@ -264,7 +264,9 @@ struct CreatorChannelNoticeSection_Previews: PreviewProvider {
|
||||
existOrdered: true,
|
||||
likeCount: 5,
|
||||
commentCount: 2,
|
||||
isLiked: false
|
||||
isLiked: false,
|
||||
isCommentAvailable: true,
|
||||
isPinned: true
|
||||
),
|
||||
CreatorChannelCommunityPostResponse(
|
||||
postId: 2,
|
||||
@@ -279,7 +281,9 @@ struct CreatorChannelNoticeSection_Previews: PreviewProvider {
|
||||
existOrdered: false,
|
||||
likeCount: 3,
|
||||
commentCount: 1,
|
||||
isLiked: false
|
||||
isLiked: false,
|
||||
isCommentAvailable: true,
|
||||
isPinned: false
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user