Skip to content

Commit

Permalink
fix: removed unused ref
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 3, 2024
1 parent 94d1092 commit 6d371fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/releasecarousel/ReleaseCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
});
const responsiveOptions = ref([
const responsiveOptions = [
{
breakpoint: '1400px',
numVisible: 3,
Expand All @@ -72,7 +72,7 @@
numVisible: 1,
numScroll: 1
}
]);
];
const isLargeScreen = ref(true)
Expand Down

0 comments on commit 6d371fc

Please sign in to comment.