From c05040795dc82922da6e5c40b1ab7fe44b02f2f3 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 16 May 2022 12:20:40 -0600 Subject: [PATCH] Typo --- .../web/components/integrations/DisconnectStripeIntegration.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/integrations/DisconnectStripeIntegration.tsx b/apps/web/components/integrations/DisconnectStripeIntegration.tsx index 7fa3f268c9..d72c946cf5 100644 --- a/apps/web/components/integrations/DisconnectStripeIntegration.tsx +++ b/apps/web/components/integrations/DisconnectStripeIntegration.tsx @@ -7,7 +7,7 @@ import { Dialog } from "@calcom/ui/Dialog"; import DeleteStripeDialogContent from "@components/dialog/DeleteStripeDialogContent"; -export default function DisconnectiStripeIntegration(props: { +export default function DisconnectStripeIntegration(props: { /** Integration credential id */ id: number; render: (renderProps: ButtonBaseProps) => JSX.Element;