Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiral-Memory committed Apr 3, 2024
1 parent 99ef687 commit 3b436ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ export const FileUpload = (props: FileUploadProps) => {
reset={resetRecording}
setResetRecording={setResetRecording}
handleSetMicPermission={setIsMicPermission}
/>
/>
{!audioBlobExists && !isMicPermission && (
<span className="text-sm font-medium text-warning-500">
<CareIcon
Expand Down

0 comments on commit 3b436ec

Please sign in to comment.