Skip to content

Commit 5ecd45e

Browse files
committed
lint
1 parent d55ddee commit 5ecd45e

File tree

1 file changed

+1
-1
lines changed
  • src/components/Attachments/AttachmentCarousel

1 file changed

+1
-1
lines changed

src/components/Attachments/AttachmentCarousel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function AttachmentCarousel({report, source, onNavigate, setDownloadButtonVisibi
262262
})
263263
// eslint-disable-next-line react-compiler/react-compiler
264264
.withRef(pagerRef as MutableRefObject<GestureType | undefined>),
265-
[attachments.length, canUseTouchScreen, cellWidth, page, isScrollEnabled, scrollRef],
265+
[attachments.length, canUseTouchScreen, cellWidth, page, isScrollEnabled, scrollRef, isPagerScrolling],
266266
);
267267

268268
return (

0 commit comments

Comments
 (0)