feat(explorer): 채널 후원 목록/등록 기능을 추가한다
This commit is contained in:
@@ -168,7 +168,10 @@ struct ContentView: View {
|
||||
|
||||
case .userProfileDonationAll(let userId):
|
||||
UserProfileDonationAllView(userId: userId)
|
||||
|
||||
|
||||
case .channelDonationAll(let creatorId):
|
||||
ChannelDonationAllView(creatorId: creatorId)
|
||||
|
||||
case .userProfileFanTalkAll(let userId):
|
||||
UserProfileFanTalkAllView(userId: userId)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user