오디션 상세
- 지원리스트에서 유저 프로필을 누르면 채널로 이동
This commit is contained in:
@@ -36,12 +36,18 @@ struct AuditionApplicantItemView: View {
|
||||
)
|
||||
}
|
||||
}
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .creatorDetail(userId: item.memberId))
|
||||
}
|
||||
|
||||
VStack(spacing: 8) {
|
||||
HStack(spacing: 0) {
|
||||
Text(item.nickname.count > 9 ? "\(item.nickname.prefix(9))..." : item.nickname)
|
||||
.font(.custom(Font.medium.rawValue, size: 12))
|
||||
.foregroundColor(Color.white)
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .creatorDetail(userId: item.memberId))
|
||||
}
|
||||
|
||||
Spacer()
|
||||
|
||||
|
Reference in New Issue
Block a user