크리에이터 채널 페이지 추가
This commit is contained in:
		@@ -68,7 +68,7 @@ struct ExplorerView: View {
 | 
			
		||||
                                        }
 | 
			
		||||
                                        .frame(width: screenSize().width - 26.7)
 | 
			
		||||
                                        .contentShape(Rectangle())
 | 
			
		||||
                                        .onTapGesture {}
 | 
			
		||||
                                        .onTapGesture { AppState.shared.setAppStep(step: .creatorDetail(userId: channel.id)) }
 | 
			
		||||
                                    }
 | 
			
		||||
                                }
 | 
			
		||||
                            } else {
 | 
			
		||||
@@ -136,7 +136,10 @@ struct ExplorerView: View {
 | 
			
		||||
                                                            .padding(.top, 3.3)
 | 
			
		||||
                                                    }
 | 
			
		||||
                                                    .contentShape(Rectangle())
 | 
			
		||||
                                                    .onTapGesture {}
 | 
			
		||||
                                                    .onTapGesture {
 | 
			
		||||
                                                        AppState.shared
 | 
			
		||||
                                                            .setAppStep(step: .creatorDetail(userId: creator.id))
 | 
			
		||||
                                                    }
 | 
			
		||||
                                                }
 | 
			
		||||
                                            }
 | 
			
		||||
                                        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user