Skip to content

Commit

Permalink
Fixes greyed out 'Active Manage Bed' button in Location Management Page
Browse files Browse the repository at this point in the history
  • Loading branch information
abhip161 committed Oct 18, 2024
1 parent d14ca0c commit b8ae7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/LocationManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const Location = ({
border
className={cn(
"mt-3 flex w-full items-center justify-between",
totalBeds != null && "opacity-50",
totalBeds != null && "opacity-100",
)}
href={`location/${id}/beds`}
>
Expand Down

0 comments on commit b8ae7f1

Please sign in to comment.