Skip to content

Commit

Permalink
Update src/pages/FacilityOrganization/FacilityOrganizationView.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <rithvikn2001@gmail.com>
  • Loading branch information
i0am0arunava and rithviknishad authored Jan 20, 2025
1 parent 60a7e68 commit f7f8a71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function FacilityOrganizationView({ id, facilityId }: Props) {
))
) : (
<Card className="col-span-full">
<CardContent className="p-6 text-center text-gray-500 ">
<CardContent className="p-6 text-center text-gray-500">
{searchQuery
? t("no_organizations_found")
: t("no_sub_organizations_found")}
Expand Down

0 comments on commit f7f8a71

Please sign in to comment.