From 7d1b13c88dcf36afe63ad0b39cccb353c5dfbe9c Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 16 May 2022 12:17:20 -0600 Subject: [PATCH] Typo --- ...iStripeIntegration.tsx => DisconnectStripeIntegration.tsx} | 0 apps/web/pages/apps/installed.tsx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename apps/web/components/integrations/{DisconnectiStripeIntegration.tsx => DisconnectStripeIntegration.tsx} (100%) diff --git a/apps/web/components/integrations/DisconnectiStripeIntegration.tsx b/apps/web/components/integrations/DisconnectStripeIntegration.tsx similarity index 100% rename from apps/web/components/integrations/DisconnectiStripeIntegration.tsx rename to apps/web/components/integrations/DisconnectStripeIntegration.tsx diff --git a/apps/web/pages/apps/installed.tsx b/apps/web/pages/apps/installed.tsx index 81c3c703..26333c70 100644 --- a/apps/web/pages/apps/installed.tsx +++ b/apps/web/pages/apps/installed.tsx @@ -22,7 +22,7 @@ import Shell, { ShellSubHeading } from "@components/Shell"; import SkeletonLoader from "@components/apps/SkeletonLoader"; import { CalendarListContainer } from "@components/integrations/CalendarListContainer"; import DisconnectIntegration from "@components/integrations/DisconnectIntegration"; -import DisconnectiStripeIntegration from "@components/integrations/DisconnectiStripeIntegration"; +import DisconnectStripeIntegration from "@components/integrations/DisconnectStripeIntegration"; import IntegrationListItem from "@components/integrations/IntegrationListItem"; import SubHeadingTitleWithConnections from "@components/integrations/SubHeadingTitleWithConnections"; import WebhookListContainer from "@components/webhook/WebhookListContainer"; @@ -45,7 +45,7 @@ function ConnectOrDisconnectIntegrationButton(props: { if (credentialId) { if (type === "stripe_payment") { return ( - (