diff --git a/src/views/HardCountDetail.vue b/src/views/HardCountDetail.vue index 0a4e240f..6152ef43 100644 --- a/src/views/HardCountDetail.vue +++ b/src/views/HardCountDetail.vue @@ -547,7 +547,7 @@ async function readyForReview() { // This function observes the scroll event on the main element, creates an IntersectionObserver to track when products come into view, // and updates the current product state and navigation when a product intersects with the main element. -const onScroll = (event: any) => { +const onScroll = () => { selectedCountUpdateType.value = defaultRecountUpdateBehaviour.value };