feat(community): 크리에이터 커뮤니티 게시물 고정 기능을 추가한다
This commit is contained in:
@@ -58,6 +58,7 @@ struct SectionCommunityPostView_Previews: PreviewProvider {
|
||||
isCommentAvailable: false,
|
||||
isAdult: false,
|
||||
isLike: true,
|
||||
isFixed: false,
|
||||
existOrdered: false,
|
||||
likeCount: 10,
|
||||
commentCount: 0,
|
||||
@@ -77,6 +78,7 @@ struct SectionCommunityPostView_Previews: PreviewProvider {
|
||||
isCommentAvailable: false,
|
||||
isAdult: false,
|
||||
isLike: true,
|
||||
isFixed: false,
|
||||
existOrdered: false,
|
||||
likeCount: 20,
|
||||
commentCount: 0,
|
||||
|
||||
Reference in New Issue
Block a user