From 3b436ec4dfc55cc4e4618d01d6ed64c57bce6c06 Mon Sep 17 00:00:00 2001 From: Zishan Ahmad Date: Wed, 3 Apr 2024 14:59:04 +0530 Subject: [PATCH] fixed lint errors --- src/Components/Patient/FileUpload.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Patient/FileUpload.tsx b/src/Components/Patient/FileUpload.tsx index a0986e18b34..40776853ec8 100644 --- a/src/Components/Patient/FileUpload.tsx +++ b/src/Components/Patient/FileUpload.tsx @@ -1531,7 +1531,7 @@ export const FileUpload = (props: FileUploadProps) => { reset={resetRecording} setResetRecording={setResetRecording} handleSetMicPermission={setIsMicPermission} - /> + /> {!audioBlobExists && !isMicPermission && (