마이페이지
- 내 보관함 이동 버튼 추가
This commit is contained in:
@@ -26,7 +26,7 @@ struct ContentMainView: View {
|
||||
|
||||
Image("ic_content_keep")
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .myBox)
|
||||
AppState.shared.setAppStep(step: .myBox(currentTab: .orderlist))
|
||||
}
|
||||
}
|
||||
.padding(.bottom, 26.7)
|
||||
|
Reference in New Issue
Block a user