diff --git a/ghost/portal/src/components/pages/AccountHomePage.js b/ghost/portal/src/components/pages/AccountHomePage.js index a1bcf9b1a0..480ee844d8 100644 --- a/ghost/portal/src/components/pages/AccountHomePage.js +++ b/ghost/portal/src/components/pages/AccountHomePage.js @@ -197,7 +197,7 @@ const PaidAccountActions = () => { const { offer, start_date: startDate - } = subscription; + } = subscription || {}; let label = ''; if (price) { const {amount = 0, currency, interval} = price;