fix(creator): 구매완료 배지를 제거한다

This commit is contained in:
Yu Sung
2026-08-10 16:39:23 +09:00
parent 00c40161c9
commit a845b54f0f
4 changed files with 184 additions and 16 deletions

View File

@@ -67,10 +67,6 @@ struct CreatorChannelCommunityPostDetailContentView: View {
}
Spacer(minLength: 0)
if detail.price > 0 && detail.existOrdered && isOwnPost == false {
purchaseCompleteTag
}
}
}
@@ -144,16 +140,6 @@ struct CreatorChannelCommunityPostDetailContentView: View {
}
}
private var purchaseCompleteTag: some View {
Text("구매완료")
.appFont(size: 12, weight: .medium)
.foregroundColor(Color.black)
.padding(.horizontal, SodaSpacing.s8)
.padding(.vertical, SodaSpacing.s4)
.background(Color.soda400)
.clipShape(Capsule())
}
private var reactionBar: some View {
HStack(spacing: 15) {
if detail.isCommentAvailable {