File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
webapps/console/components/Billing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const EventsUsageSection: React.FC<{}> = () => {
95
95
< br />
96
96
{ billing ?. settings ?. overagePricePer100k && (
97
97
< div className = "text-textLight text-xs" >
98
- Overage fee: ${ billing . settings . overagePricePer100k * 1000 } per 1,000,000 events
98
+ Overage fee: ${ billing . settings . overagePricePer100k * 10 } per 1,000,000 events
99
99
</ div >
100
100
) }
101
101
</ div >
@@ -262,9 +262,9 @@ const ConnectorUsageSection: React.FC<{}> = () => {
262
262
< i > { dayjs ( periodStart ) . utc ( ) . format ( "MMM DD, YYYY" ) } </ i > to{ " " }
263
263
< i > { dayjs ( periodEnd ) . utc ( ) . format ( "MMM DD, YYYY" ) } </ i > . The quota will be reset on{ " " }
264
264
< i > { dayjs ( periodEnd ) . add ( 1 , "day" ) . utc ( ) . format ( "MMM DD" ) } </ i > .
265
- { billing ?. settings ?. overagePricePer100k && (
265
+ { billing ?. settings ?. dailyActiveSyncsOverage && (
266
266
< div className = "text-textLight text-xs" >
267
- Overage fee: ${ billing . settings . overagePricePer100k * 10 } per extra daily active sync`
267
+ Overage fee: ${ billing ? .settings ?. dailyActiveSyncsOverage } per extra daily active sync
268
268
</ div >
269
269
) }
270
270
</ div >
You can’t perform that action at this time.
0 commit comments