Skip to content

Commit

Permalink
nitpick sugg
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaJ2305 committed Jan 22, 2025
1 parent 05d91ad commit 70337a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Organization/OrganizationView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function OrganizationView({ id, navOrganizationId }: Props) {
variant="outline"
>
{t("entity_count", {
count: children?.results.length || 0,
count: children?.count || 0,
entity: "Organization",
})}
</Badge>
Expand Down

0 comments on commit 70337a2

Please sign in to comment.