Skip to content

Commit 616549c

Browse files
committed
[HOTFIX/#123] 오류 디버깅
1 parent 3febeac commit 616549c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

DMU-iOS/DMU-iOS/Features/Home/Views/HomeView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ struct HomeView: View {
1919
HomeTopBarView()
2020

2121
NoticeTabBarView(viewModel: viewModel)
22+
.padding(.bottom, 5)
2223

2324
NoticeTabSwipeView(userSettings: userSettings, viewModel: viewModel)
2425
}

DMU-iOS/DMU-iOS/Features/Onboarding/Views/Onboarding-Step-One.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ struct OnboardingStepOneSearchDepartmentView: View {
172172
.onTapGesture {
173173
self.searchText = department
174174
self.isListVisible = false
175-
self.isTextInList = true // 추가된 부분
175+
self.isTextInList = true
176176
}
177177
.foregroundColor(.gray300)
178178
.environment(\.sizeCategory, .large)

0 commit comments

Comments
 (0)