feat: 구매 확인 Dialog
- 포인트 사용이 가능한 경우 포인트를 같이 표시하도록 수정
This commit is contained in:
		@@ -252,6 +252,7 @@ struct ContentDetailView: View {
 | 
			
		||||
                            themeStr: audioContent.themeStr,
 | 
			
		||||
                            coverImageUrl: audioContent.coverImageUrl,
 | 
			
		||||
                            creatorNickname: audioContent.creator.nickname,
 | 
			
		||||
                            isAvailableUsePoint: audioContent.isAvailableUsePoint,
 | 
			
		||||
                            creatorProfileImageUrl: audioContent.creator.profileImageUrl,
 | 
			
		||||
                            orderType: orderType,
 | 
			
		||||
                            onClickConfirm: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user