Skip to content

Commit

Permalink
hide cns (#5773)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Jun 23, 2023
1 parent aaf88c1 commit 3647374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Components/Facility/FacilityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ export const FacilityCard = (props: { facility: any; userType: any }) => {
>
{facility.name}
</Link>
<ButtonV2
{/* <ButtonV2
href={`/facility/${facility.id}/cns`}
border
ghost
>
<CareIcon className="care-l-monitor-heart-rate text-lg" />
<span>View CNS</span>
</ButtonV2>
</ButtonV2> */}
</div>
<div className="flex gap-1 flex-wrap mt-2">
<Chip
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Facility/FacilityHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export const FacilityHome = (props: any) => {
</DropdownMenu>
</div>
<div className="flex flex-col justify-end">
<ButtonV2
{/* <ButtonV2
variant="primary"
ghost
border
Expand All @@ -610,7 +610,7 @@ export const FacilityHome = (props: any) => {
>
<CareIcon className="care-l-monitor-heart-rate text-lg" />
<span>Central Nursing Station</span>
</ButtonV2>
</ButtonV2> */}
<ButtonV2
variant="primary"
ghost
Expand Down

0 comments on commit 3647374

Please sign in to comment.