Skip to content

Commit 009c3c8

Browse files
committed
chore :: [#110] 1층 5층 추가
1 parent 01fa120 commit 009c3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Projects/Feature/AcceptFeature/Sources/Scene/AcceptView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public struct AcceptView: View {
6767
ScrollViewReader { proxy in
6868
ScrollView(.horizontal, showsIndicators: false) {
6969
HStack(spacing: 8) {
70-
ForEach(2...4, id: \.self) { floor in
70+
ForEach([1, 2, 3, 4, 5], id: \.self) { floor in
7171
Button {
7272
selectedFloor = floor
7373
viewStore.send(.fetchApplicationsByFloor(floor: floor))

0 commit comments

Comments
 (0)