Skip to content

Commit

Permalink
removed-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed Oct 6, 2024
1 parent 0bdec11 commit 41d4798
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Facility/ConsultationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export const ConsultationCard = (props: ConsultationProps) => {
</div>
</div>
<div className="mt-4 flex w-full flex-col justify-between gap-1 md:flex-row">
{/* {user_type == "Nurse" && ( */}
<ButtonV2
id="view_consulation_updates"
className="h-auto whitespace-pre-wrap border border-secondary-500 bg-white text-black hover:bg-secondary-300"
Expand All @@ -181,7 +180,6 @@ export const ConsultationCard = (props: ConsultationProps) => {
>
View Consultation / Consultation Updates
</ButtonV2>
{/* )} */}
<ButtonV2
className="h-auto whitespace-pre-wrap border border-secondary-500 bg-white text-black hover:bg-secondary-300"
onClick={() =>
Expand Down

0 comments on commit 41d4798

Please sign in to comment.