Skip to content

Commit

Permalink
Removed 0 in Link Facility sidebar (#7144)
Browse files Browse the repository at this point in the history
* minor fix

* draft

* Revert "draft"

This reverts commit 4ed54c2.
  • Loading branch information
konavivekramakrishna authored Feb 7, 2024
1 parent fd53e5e commit cab3e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Users/ManageUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ function UserFacilities(props: { user: any }) {
)}

{/* Linked Facilities section */}
{userFacilities?.length && (
{!!userFacilities?.length && (
<div className="mt-2" id="linked-facility-list">
<div className="mb-2 ml-2 text-lg font-bold">
Linked Facilities
Expand Down

0 comments on commit cab3e97

Please sign in to comment.