fix: 커뮤니티 댓글
- 무료 커뮤니티 글, 내 커뮤니티 글 에서 비밀댓글 체크박스가 보이지 않도록 수정
This commit is contained in:
		@@ -134,7 +134,9 @@ class CreatorCommunityAllAdapter(
 | 
			
		||||
                item.commentCount,
 | 
			
		||||
                item.isCommentAvailable,
 | 
			
		||||
                comment = item.firstComment,
 | 
			
		||||
                existOrdered = item.existOrdered
 | 
			
		||||
                existOrdered = item.price > 0 &&
 | 
			
		||||
                    item.existOrdered &&
 | 
			
		||||
                    item.creatorId != SharedPreferenceManager.userId
 | 
			
		||||
            )
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user