Skip to content

Commit 2833b84

Browse files
committed
fix: minor change
1 parent 372e89f commit 2833b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useFilesValidation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function useFilesValidation(proceedWithFilesAction: (files: FileObject[]) => voi
240240
}
241241
}
242242

243-
// If we're validating attachments need to use InteractionManager to ensure
243+
// If we're validating attachments we need to use InteractionManager to ensure
244244
// the error modal is dismissed before opening the attachment modal
245245
if (!isValidatingReceipts && fileError) {
246246
setIsErrorModalVisible(false);

0 commit comments

Comments
 (0)