한정판이 Sold Out일 때 구매한 사람도 Sold Out으로 표시되는 버그 수정
This commit is contained in:
		| @@ -35,7 +35,7 @@ struct ContentDetailPlayView: View { | ||||
|                     ) | ||||
|                     .cornerRadius(10.7, corners: [.topLeft, .topRight]) | ||||
|                  | ||||
|                 if let _ = audioContent.totalContentCount, let remainingContentCount = audioContent.remainingContentCount, remainingContentCount <= 0, audioContent.creator.creatorId != UserDefaults.int(forKey: .userId), !isShowPreviewAlert { | ||||
|                 if let _ = audioContent.totalContentCount, let remainingContentCount = audioContent.remainingContentCount, remainingContentCount <= 0, audioContent.creator.creatorId != UserDefaults.int(forKey: .userId), !audioContent.existOrdered { | ||||
|                     Text("Sold Out") | ||||
|                         .font(.custom(Font.bold.rawValue, size: 36.7)) | ||||
|                         .foregroundColor(.white) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung