From 5ecd45eefcc6db298e0a99a619d465e1da28f7e0 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Wed, 13 Nov 2024 10:51:09 +0800 Subject: [PATCH] lint --- src/components/Attachments/AttachmentCarousel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Attachments/AttachmentCarousel/index.tsx b/src/components/Attachments/AttachmentCarousel/index.tsx index 2f94667d9c18..b578da242d88 100644 --- a/src/components/Attachments/AttachmentCarousel/index.tsx +++ b/src/components/Attachments/AttachmentCarousel/index.tsx @@ -262,7 +262,7 @@ function AttachmentCarousel({report, source, onNavigate, setDownloadButtonVisibi }) // eslint-disable-next-line react-compiler/react-compiler .withRef(pagerRef as MutableRefObject), - [attachments.length, canUseTouchScreen, cellWidth, page, isScrollEnabled, scrollRef], + [attachments.length, canUseTouchScreen, cellWidth, page, isScrollEnabled, scrollRef, isPagerScrolling], ); return (