parent
dfd12a9547
commit
7dacc2d23a
|
@ -18,7 +18,7 @@ struct EventListView: View {
|
|||
DetailNavigationBar(title: "이벤트")
|
||||
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(spacing: 0) {
|
||||
VStack(spacing: 15) {
|
||||
ForEach(viewModel.events, id: \.self) { event in
|
||||
KFImage(URL(string: event.thumbnailImageUrl))
|
||||
.cancelOnDisappear(true)
|
||||
|
|
Loading…
Reference in New Issue