chore: lint

This commit is contained in:
Pablo F.G
2026-03-27 08:43:50 +01:00
parent 36a8483b35
commit 51145e76ff
3 changed files with 2 additions and 3 deletions

View File

@@ -8,10 +8,10 @@ import {
switchTenant,
SwitchTenantState,
} from "@/actions/users/tenants";
import { reloadPage } from "@/lib/navigation";
import { useToast } from "@/components/ui";
import { CustomServerInput } from "@/components/ui/custom";
import { FormButtons } from "@/components/ui/form";
import { reloadPage } from "@/lib/navigation";
export const CreateTenantForm = ({
setIsOpen,

View File

@@ -4,9 +4,9 @@ import { useSession } from "next-auth/react";
import { Dispatch, SetStateAction, useActionState, useEffect } from "react";
import { switchTenant } from "@/actions/users/tenants";
import { reloadPage } from "@/lib/navigation";
import { useToast } from "@/components/ui";
import { FormButtons } from "@/components/ui/form";
import { reloadPage } from "@/lib/navigation";
export const SwitchTenantForm = ({
tenantId,

View File

@@ -28,7 +28,6 @@ export const MembershipsCardClient = ({
memberships,
tenantsMap,
isOwner,
hasManageAccount,
sessionTenantId,
}: MembershipsCardClientProps) => {
const [isCreateOpen, setIsCreateOpen] = useState(false);