Skip to content

Commit e58dcc0

Browse files
committed
Conflict 해결 추가
1 parent 849d51f commit e58dcc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Projects/Feature/ClassroomMoveListFeature/Sources/Scene/ClassroomMoveListView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public struct ClassroomMoveListView: View {
6868
}
6969
}
7070
.padding(.horizontal, 24)
71-
}.onAppear {
71+
}
72+
.onAppear {
7273
proxy.scrollTo(3, anchor: .center)
7374
}
7475
}

0 commit comments

Comments
 (0)