From 665bb33475f644ab43ca2c89e8f06f46978f379e Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Thu, 22 Feb 2024 16:38:43 +0800 Subject: [PATCH] feature - added purchase management for single payments --- Frontend/sections/AccountContent.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/Frontend/sections/AccountContent.tsx b/Frontend/sections/AccountContent.tsx index f6b9ab8..d75accf 100644 --- a/Frontend/sections/AccountContent.tsx +++ b/Frontend/sections/AccountContent.tsx @@ -165,12 +165,20 @@ function AccountContent({ user }: ManageSubscriptionProps) {

{"You haven’t upgraded your workflow yet"}

- +
+ + +
)}