diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 93e20cc..b7c754e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,7 +24,7 @@ export default function RootLayout({ return ( {children} diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index 1ae63f3..977ac64 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -30,6 +30,7 @@ import { DropdownMenuSeparator, DropdownMenuTrigger, } from "@/components/ui/dropdown-menu"; +import { ScrollArea } from "@/components/ui/scroll-area"; import { Table, TableBody, @@ -510,7 +511,7 @@ export function ProfilesDataTable({ return ( <> -
+ {table.getHeaderGroups().map((headerGroup) => ( @@ -559,7 +560,7 @@ export function ProfilesDataTable({ )}
-
+ ) { return (
@@ -98,7 +98,7 @@ function TableCaption({ return (
);