fix(creator): 잠금 게시글 더보기를 숨긴다

This commit is contained in:
Yu Sung
2026-08-10 18:43:57 +09:00
parent 57ac574bb9
commit 8cbac16382

View File

@@ -112,7 +112,7 @@ struct CreatorChannelCommunityListItem: View {
moreButton
}
} else if !isOwnPost {
} else if !isPaidLocked {
moreButton
}
}