diff --git a/core/src/components/datetime/datetime.tsx b/core/src/components/datetime/datetime.tsx index 10062e77e6..a051707098 100644 --- a/core/src/components/datetime/datetime.tsx +++ b/core/src/components/datetime/datetime.tsx @@ -2640,7 +2640,7 @@ export class Datetime implements ComponentInterface { otherwise the IO callback may fire at unexpected times. */}
(this.intersectionTrackerRef = el)}>
- {this.renderDatetime(mode)} + {this.renderDatetime(theme)} ); }