Skip to content

Commit

Permalink
Merge pull request #38557 from bernhardoj/fix/38224-failed-to-load-pd…
Browse files Browse the repository at this point in the history
…f-shows

Fix failed to load PDF is shown while previewing a pdf receipt after going online
  • Loading branch information
NikkiWines authored Mar 22, 2024
2 parents 665a8ad + 76bfd15 commit 2caf070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ function AttachmentModal({
// @ts-expect-error TODO: Remove this once Attachments (https://github.com/Expensify/App/issues/24969) is migrated to TypeScript.
containerStyles={[styles.mh5]}
source={sourceForAttachmentView}
isAuthTokenRequired={isAuthTokenRequired}
isAuthTokenRequired={isAuthTokenRequiredState}
file={file}
onToggleKeyboard={updateConfirmButtonVisibility}
isWorkspaceAvatar={isWorkspaceAvatar}
Expand Down

0 comments on commit 2caf070

Please sign in to comment.