From 112d5f21cbc11ef00b2fea50cbcc0f0ef63ec82f Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Fri, 10 Apr 2026 01:07:33 -0700 Subject: [PATCH] perf: remove unnecessary `"use client"` from pricing-section.tsx The component uses no hooks, event handlers, or browser APIs. The child component already has its own client boundary, so this wrapper can safely render on the server. Fixes #1193 --- surfsense_web/components/pricing/pricing-section.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/surfsense_web/components/pricing/pricing-section.tsx b/surfsense_web/components/pricing/pricing-section.tsx index ceea176a9..43177e383 100644 --- a/surfsense_web/components/pricing/pricing-section.tsx +++ b/surfsense_web/components/pricing/pricing-section.tsx @@ -1,5 +1,3 @@ -"use client"; - import { Pricing } from "@/components/pricing"; const demoPlans = [