Skip to content

Commit

Permalink
Remove extra text from Sample Card (ohcnetwork#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Feb 23, 2024
1 parent 68cb138 commit 868ee4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Patient/SampleTestCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const SampleTestCard = (props: SampleDetailsProps) => {
: "bg-white hover:border-primary-500"
} mt-4 block cursor-pointer rounded-lg border bg-white p-4 text-black shadow`}
>
<div>test card this</div>
<div
onClick={(_e) =>
navigate(
Expand Down

0 comments on commit 868ee4a

Please sign in to comment.