We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38d2c9 commit 09a84c0Copy full SHA for 09a84c0
src/usage/BillingStatsPanel.tsx
@@ -41,7 +41,9 @@ const BillingStatsPanel: FC = () => {
41
data-testid="usage-billing--title"
42
>
43
<h4 className="usage--billing-date-range">
44
- {`Billing Stats For ${billingDate} to Today`}
+ {billingDate
45
+ ? `Billing Stats For ${billingDate} to Today`
46
+ : 'Billing Stats'}
47
</h4>
48
</ReflessPopover>
49
<QuestionMarkTooltip
0 commit comments