From c8a04df9dfcf3c5eda179ca3de1584655a2ff7d3 Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Mon, 30 Sep 2024 16:50:18 +0200 Subject: [PATCH] Fix SaaS compare plan query naming --- src/containers/SassPage/SaasPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/SassPage/SaasPage.tsx b/src/containers/SassPage/SaasPage.tsx index 409e177e7..b96ee530b 100644 --- a/src/containers/SassPage/SaasPage.tsx +++ b/src/containers/SassPage/SaasPage.tsx @@ -24,7 +24,7 @@ export const SaasPage: FC = () => { const { plans, comparePlans } = formatOfferingPlans( useStaticQuery(graphql` query { - allContentfulComparePlan(filter: { internalTitle: { eq: "SasS Compare Plan" } }) { + allContentfulComparePlan(filter: { internalTitle: { eq: "SaaS Compare Plan" } }) { nodes { ...ComparePlanFields }