From a8d2c03f9c1e4de4c058ff6bf41dd8486e50aa29 Mon Sep 17 00:00:00 2001 From: Rish Date: Thu, 3 Sep 2020 17:11:42 +0530 Subject: [PATCH] Fixed class attribute usage no issue - React expects class attribute on element to be defined as `className` --- ghost/portal/src/components/pages/AccountPlanPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/portal/src/components/pages/AccountPlanPage.js b/ghost/portal/src/components/pages/AccountPlanPage.js index f78e62610d..ee5317c55f 100644 --- a/ghost/portal/src/components/pages/AccountPlanPage.js +++ b/ghost/portal/src/components/pages/AccountPlanPage.js @@ -54,14 +54,14 @@ export const CancelContinueSubscription = ({member, onAction, action, brandColor } const currentPeriodEnd = subscription.current_period_end; return ( -

+

Your subscription will expire on {getDateString(currentPeriodEnd)}.

); }; return ( -
+
{