diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index 2e5f41b..2744961 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -4,12 +4,7 @@ import { useTranslation } from "react-i18next"; import getStripe from "../utils/get-stripejs"; import { fetchPostJSON } from "../utils/api-helpers"; -const includedFeatures = [ - "Private forum access", - "Member resources", - "Entry to annual conference", - "Official member t-shirt", -]; +const includedFeatures = ["Private forum access", "Member resources", "Entry to annual conference", "Official member t-shirt"]; const checkout = async () => { // Create a Checkout Session. @@ -39,19 +34,15 @@ const PricingView = () => { const { data: session, status } = useSession(); return ( -