Skip to content

Commit

Permalink
removed unnecessary html element
Browse files Browse the repository at this point in the history
  • Loading branch information
jhughes982 committed Oct 5, 2022
1 parent a7dec02 commit 4b84967
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/fhir/FhirAuthoriser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ const FhirAuthoriser: FC = () => {
<>
{isLoading && <LoadingSpinner asOverlay message={"Connecting to FHIR back end..."} />}
<ModalWrapper isError={modal?.isError} modalMessage={modal?.message} onClear={() => setModal(null)} />

<p>Connecting to FHIR back end...</p>
</>
);
};
Expand Down

0 comments on commit 4b84967

Please sign in to comment.