Skip to content

Commit 3fc9dac

Browse files
dangrousOSBotify
authored andcommitted
Merge pull request #24283 from Expensify/dangrous-fix24275
(cherry picked from commit 18bdf46)
1 parent fa90f14 commit 3fc9dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Attachments/AttachmentView/AttachmentViewPdf/index.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function AttachmentViewPdf({file, encryptedSourceUrl, isFocused, isUsedInCarouse
2020
attachmentCarouselPagerContext.shouldPagerScroll.value = shouldPagerScroll;
2121
}
2222
},
23-
[attachmentCarouselPagerContext.shouldPagerScroll, isUsedInCarousel, onScaleChangedProp],
23+
[attachmentCarouselPagerContext, isUsedInCarousel, onScaleChangedProp],
2424
);
2525

2626
return (

0 commit comments

Comments
 (0)