Skip to content

Commit

Permalink
fix(admin): fix organization count name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Feb 27, 2023
1 parent b6c37f8 commit 57f20f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/admin/views/tags/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const columns = [
}),
columnHelper.accessor("_count.organizations", {
id: "organizationsCount",
header: () => "Ilość organizacji",
header: () => "Liczba organizacji",
}),
columnHelper.display({
id: "actions",
Expand Down

0 comments on commit 57f20f1

Please sign in to comment.