From ff48afffb78e2e0fff961a34e89a117f881d88db Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 15:45:56 -0700 Subject: [PATCH] prettier --- Dashboard/src/Components/Header/ProjectPicker.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dashboard/src/Components/Header/ProjectPicker.tsx b/Dashboard/src/Components/Header/ProjectPicker.tsx index ec468d364e..44b99b9d4b 100644 --- a/Dashboard/src/Components/Header/ProjectPicker.tsx +++ b/Dashboard/src/Components/Header/ProjectPicker.tsx @@ -143,7 +143,9 @@ const DashboardProjectPicker: FunctionComponent = ( let description: string = plan.isCustomPricing() ? `Our sales team will contact you soon.` : `Billed ${ - isSubscriptionPlanYearly ? 'yearly' : 'monthly' + isSubscriptionPlanYearly + ? 'yearly' + : 'monthly' }. ${ plan.getTrialPeriod() > 0 ? `Free ${plan.getTrialPeriod()} days trial.`