We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115570f commit 019fcfdCopy full SHA for 019fcfd
apps/web/app/(org)/dashboard/settings/organization/components/MembersCard.tsx
@@ -1,5 +1,6 @@
1
"use client";
2
3
+import { buildEnv } from "@cap/env";
4
import {
5
Button,
6
Card,
@@ -25,7 +26,6 @@ import { ConfirmationDialog } from "@/app/(org)/dashboard/_components/Confirmati
25
26
import { useDashboardContext } from "@/app/(org)/dashboard/Contexts";
27
import { Tooltip } from "@/components/Tooltip";
28
import { calculateSeats } from "@/utils/organization";
-import { buildEnv } from "@cap/env";
29
30
interface MembersCardProps {
31
isOwner: boolean;
0 commit comments