From 4f3eb65725c294e733a5e9c878ecf4e0353a9ce4 Mon Sep 17 00:00:00 2001 From: Wang Haoyang Date: Fri, 1 Nov 2024 00:59:15 +0800 Subject: [PATCH] Update billing page -Update billing page after the SubscriptionCard component update --- frontend/app/(authenticated)/user/billing/page.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontend/app/(authenticated)/user/billing/page.tsx b/frontend/app/(authenticated)/user/billing/page.tsx index 217d4b9d..16ed19c2 100644 --- a/frontend/app/(authenticated)/user/billing/page.tsx +++ b/frontend/app/(authenticated)/user/billing/page.tsx @@ -179,13 +179,7 @@ const Page = () => { ) : ( + user={user} /> )}