From e29302a419804b3ecd86ddbfd17fa9e791604c56 Mon Sep 17 00:00:00 2001 From: Kelvin Samuel Date: Mon, 16 May 2022 13:07:15 +0700 Subject: [PATCH] Fix error carousel on home screen --- lib/components/carousel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/carousel.dart b/lib/components/carousel.dart index 98d5af4..103ea4d 100644 --- a/lib/components/carousel.dart +++ b/lib/components/carousel.dart @@ -11,7 +11,7 @@ class Carousel extends StatefulWidget { final List imgList = [ 'assets/images/carousel_1.webp', 'assets/images/carousel_2.webp', - 'assets/images/carousel_3.webp' + 'assets/images/carousel_3.webp', ]; class _CarouselState extends State {