Skip to content

Commit c14faf6

Browse files
committed
fix: lint errors
1 parent f4f5af5 commit c14faf6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/main/src/CalendarHeaderTemplate.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import slimArowRight from "@ui5/webcomponents-icons/dist/slim-arrow-right.js";
77
export default function CalendarTemplate(this: Calendar) {
88
return (
99
<div class="ui5-calheader-root">
10-
1110
<div
1211
data-ui5-cal-header-btn-prev
1312
class={{
@@ -38,7 +37,6 @@ export default function CalendarTemplate(this: Calendar) {
3837
onClick={this.onHeaderMonthButtonPress}
3938
onKeyDown={this.onMonthButtonKeyDown}
4039
onKeyUp={this.onMonthButtonKeyUp}
41-
4240
>
4341
<span>{this._headerMonthButtonText}</span>
4442
{this.hasSecondaryCalendarType &&

0 commit comments

Comments
 (0)