차단 유저 리스트 페이지 추가
This commit is contained in:
@@ -189,7 +189,9 @@ struct ContentView: View {
|
||||
|
||||
case .tempCanPayment(let orderType, let contentId, let title, let can):
|
||||
CanPaymentTempView(orderType: orderType, contentId: contentId, title: title, can: can)
|
||||
|
||||
|
||||
case .blockList:
|
||||
BlockMemberListView()
|
||||
|
||||
default:
|
||||
EmptyView()
|
||||
|
Reference in New Issue
Block a user