{
gridTemplateColumns: '1fr 1fr',
}}
>
- {[
- {label: __('Day', 'give'), value: 'day'},
- {label: __('Week', 'give'), value: 'week'},
- {label: __('Month', 'give'), value: 'month'},
- {label: __('Quarter', 'give'), value: 'quarter'},
- {label: __('Year', 'give'), value: 'year'},
- ].map((option) => (
+ {billingPeriodControlOptions.map((option) => (
{
recurringBillingPeriodOptions.length === 1 &&
recurringBillingPeriodOptions.includes(option.value) // This is the last checked option.
}
- //@ts-ignore
__nextHasNoMarginBottom={true}
/>
))}
+