fix(chat): 채팅 쿼터 구매 동선을 정리한다
This commit is contained in:
@@ -149,9 +149,6 @@ struct ChatRoomView: View {
|
||||
|
||||
if viewModel.showQuotaNoticeView {
|
||||
ChatQuotaNoticeItemView(
|
||||
onSelectAd: {
|
||||
viewModel.showRewardedAdForChatQuota()
|
||||
},
|
||||
onSelectCan10: {
|
||||
viewModel.purchaseChatQuota(canOption: .can10)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user