From 43419275ac33d2299ec3ad7ca16d007335e04776 Mon Sep 17 00:00:00 2001 From: Matt Hanley <3798302+matthanley@users.noreply.github.com> Date: Thu, 2 Jul 2020 11:36:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20missing=20currency=20for?= =?UTF-8?q?=20yearly=20plan=20in=20Labs=20subscription=20price=20settings?= =?UTF-8?q?=20(#1626)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no-issue --- ghost/admin/app/components/gh-members-lab-setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/components/gh-members-lab-setting.js b/ghost/admin/app/components/gh-members-lab-setting.js index 3675398225..a810f8d833 100644 --- a/ghost/admin/app/components/gh-members-lab-setting.js +++ b/ghost/admin/app/components/gh-members-lab-setting.js @@ -98,7 +98,7 @@ export default Component.extend({ }, yearly: { amount: parseInt(yearly.amount) / 100 || 0, - yearly: yearly.currency + currency: yearly.currency } }; }),