From 89485a62ba4ddfede1825f9017045fe35f0b5663 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Thu, 5 Mar 2026 12:04:33 -0800 Subject: [PATCH] chore(): run lint --- core/src/components/datetime/datetime.tsx | 14 ++++++++++++-- core/src/components/list-header/list-header.tsx | 2 +- core/src/global/ionic-global.ts | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/core/src/components/datetime/datetime.tsx b/core/src/components/datetime/datetime.tsx index 6db5aa1d67..6d88cd83da 100644 --- a/core/src/components/datetime/datetime.tsx +++ b/core/src/components/datetime/datetime.tsx @@ -2213,7 +2213,12 @@ export class Datetime implements ComponentInterface {
- this.prevMonth()} part="navigation-button previous-button"> + this.prevMonth()} + part="navigation-button previous-button" + > - this.nextMonth()} part="navigation-button next-button"> + this.nextMonth()} + part="navigation-button next-button" + >