diff --git a/core/src/components/datetime/datetime.tsx b/core/src/components/datetime/datetime.tsx index c8ff06ef2f..d9884c4303 100644 --- a/core/src/components/datetime/datetime.tsx +++ b/core/src/components/datetime/datetime.tsx @@ -1769,7 +1769,7 @@ export class Datetime implements ComponentInterface { }} > {days.map((day: PickerColumnItem) => ( - {day.text} + {day.text} ))} );