diff --git a/features/home/src/main/ets/view/IconView.ets b/features/home/src/main/ets/view/IconView.ets index 5460c3625781a934421537af5c33999c4468a8ae..5a529e7aa2eefe3dc3baeb87a17cddaf6728cbd9 100644 --- a/features/home/src/main/ets/view/IconView.ets +++ b/features/home/src/main/ets/view/IconView.ets @@ -27,7 +27,6 @@ export struct IconView { private iconList: VideoIcon[] = new IconViewModel().getIconList(); build() { - // Icon swiper. Column() { List({ space: this.getSpace(this.windowWidth, this.currentWidthBreakpoint) }) { ForEach(this.iconList, (item: VideoIcon, index: number) => {