diff --git a/apps/remix/app/components/tables/admin-organisations-table.tsx b/apps/remix/app/components/tables/admin-organisations-table.tsx index e8e031afe..ee336af8d 100644 --- a/apps/remix/app/components/tables/admin-organisations-table.tsx +++ b/apps/remix/app/components/tables/admin-organisations-table.tsx @@ -238,7 +238,7 @@ export const AdminOrganisationsTable = ({ }} > {(table) => - !hidePaginationUntilOverflow || 1 > table.getPageCount() ? ( + !hidePaginationUntilOverflow || table.getPageCount() > 1 ? ( ) : null }