diff --git a/apps/remix/app/components/tables/admin-dashboard-users-table.tsx b/apps/remix/app/components/tables/admin-dashboard-users-table.tsx index b54b3484e..0a93ec45f 100644 --- a/apps/remix/app/components/tables/admin-dashboard-users-table.tsx +++ b/apps/remix/app/components/tables/admin-dashboard-users-table.tsx @@ -2,6 +2,7 @@ import { useEffect, useMemo, useState, useTransition } from 'react'; import { msg } from '@lingui/core/macro'; import { useLingui } from '@lingui/react'; +import { Trans } from '@lingui/react/macro'; import type { Role, Subscription } from '@prisma/client'; import { Edit, Loader } from 'lucide-react'; import { Link } from 'react-router'; @@ -82,7 +83,7 @@ export const AdminDashboardUsersTable = ({ ); diff --git a/apps/remix/app/components/tables/organisation-groups-table.tsx b/apps/remix/app/components/tables/organisation-groups-table.tsx index b7a8e2582..5656c7580 100644 --- a/apps/remix/app/components/tables/organisation-groups-table.tsx +++ b/apps/remix/app/components/tables/organisation-groups-table.tsx @@ -82,7 +82,9 @@ export const OrganisationGroupsDataTable = () => { cell: ({ row }) => (