From 98e2a3c3dbbf9522f11a944a005ce35924634026 Mon Sep 17 00:00:00 2001 From: TobiZog Date: Fri, 1 Nov 2024 03:08:52 +0100 Subject: [PATCH] Bugfix Carousel on HomePage --- software/src/pages/homePage/highlightCarousel.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/software/src/pages/homePage/highlightCarousel.vue b/software/src/pages/homePage/highlightCarousel.vue index 8ea97e9..a133b95 100644 --- a/software/src/pages/homePage/highlightCarousel.vue +++ b/software/src/pages/homePage/highlightCarousel.vue @@ -6,13 +6,13 @@ import outlinedButton from '@/components/basics/outlinedButton.vue'; const router = useRouter() const bandStore = useBandStore() -const window = ref(0) bandStore.getBands() -