fix(creator): 구매완료 배지를 제거한다
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user