크리에이터 채널 페이지 추가
This commit is contained in:
@@ -80,7 +80,9 @@ struct MyPageView: View {
|
||||
.stroke(Color(hex: "9970ff"), lineWidth: 1.3)
|
||||
)
|
||||
.padding(.top, 26.7)
|
||||
.onTapGesture {}
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .creatorDetail(userId: UserDefaults.int(forKey: .userId)))
|
||||
}
|
||||
}
|
||||
|
||||
CanCardView(data: data) {
|
||||
|
Reference in New Issue
Block a user