프로필 변경 페이지 추가
This commit is contained in:
@@ -31,6 +31,7 @@ struct MyInfoCardView: View {
|
||||
|
||||
Button(action: {
|
||||
if AppState.shared.roomId <= 0 {
|
||||
AppState.shared.setAppStep(step: .profileUpdate(refresh: refresh))
|
||||
}
|
||||
}) {
|
||||
Image("ic_myinfo_edit")
|
||||
|
Reference in New Issue
Block a user