fix(chat): 채팅 쿼터 구매 동선을 정리한다

This commit is contained in:
Yu Sung
2026-07-12 21:59:04 +09:00
parent 4f271a77ee
commit c9570fc735
5 changed files with 18 additions and 27 deletions

View File

@@ -149,9 +149,6 @@ struct ChatRoomView: View {
if viewModel.showQuotaNoticeView {
ChatQuotaNoticeItemView(
onSelectAd: {
viewModel.showRewardedAdForChatQuota()
},
onSelectCan10: {
viewModel.purchaseChatQuota(canOption: .can10)
},