diff --git a/src/components/AttachmentModal.tsx b/src/components/AttachmentModal.tsx index 0c047ce52dc8..442b3cd864d6 100755 --- a/src/components/AttachmentModal.tsx +++ b/src/components/AttachmentModal.tsx @@ -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}