Skip to content

Commit f64c77c

Browse files
committed
style: lint
1 parent 97d6fac commit f64c77c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,12 @@ export class Datetime implements ComponentInterface {
21542154
</div>
21552155

21562156
<div class="calendar-next-prev">
2157-
<ion-button aria-label="Previous month" fill="clear" disabled={prevMonthDisabled} onClick={() => this.prevMonth()}>
2157+
<ion-button
2158+
aria-label="Previous month"
2159+
fill="clear"
2160+
disabled={prevMonthDisabled}
2161+
onClick={() => this.prevMonth()}
2162+
>
21582163
<ion-icon
21592164
dir={hostDir}
21602165
aria-hidden="true"
@@ -2164,7 +2169,12 @@ export class Datetime implements ComponentInterface {
21642169
flipRtl
21652170
></ion-icon>
21662171
</ion-button>
2167-
<ion-button aria-label="Next month" fill="clear" disabled={nextMonthDisabled} onClick={() => this.nextMonth()}>
2172+
<ion-button
2173+
aria-label="Next month"
2174+
fill="clear"
2175+
disabled={nextMonthDisabled}
2176+
onClick={() => this.nextMonth()}
2177+
>
21682178
<ion-icon
21692179
dir={hostDir}
21702180
aria-hidden="true"

0 commit comments

Comments
 (0)