mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
prettier
This commit is contained in:
@@ -143,7 +143,9 @@ const DashboardProjectPicker: FunctionComponent<ComponentProps> = (
|
||||
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.`
|
||||
|
||||
Reference in New Issue
Block a user