Skip to content

Commit 92b732a

Browse files
committed
✨[feat]: 앱 배포 준비 완료 !
1 parent bca4b9a commit 92b732a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MarketApp/MarketApp/View/ProductDetail/DetailImageView.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ struct DetailImageView: View {
3030
productImageInfo(transName: transName)
3131

3232
} else if selectedPicker == .community {
33-
ScrollView(showsIndicators: false) {
34-
ForEach(0..<7) { _ in
35-
CommunityView(nickName: "Zero",
36-
comment: "요즘 매종 키츠네 신발 유행인가요? 알려주세요 :)")
37-
}
38-
}
33+
// ScrollView(showsIndicators: false) {
34+
// ForEach(0..<7) { _ in
35+
// CommunityView(nickName: "Zero",
36+
// comment: "요즘 매종 키츠네 신발 유행인가요? 알려주세요 :)")
37+
// }
38+
// }
3939
}
4040
}
4141
.animation(nil)

0 commit comments

Comments
 (0)