Skip to content

Commit e5bedb8

Browse files
committed
fix(): lint
1 parent 6271be8 commit e5bedb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/tab-bar/tab-bar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class TabBar implements ComponentInterface {
4646
if (!this.didLoad) {
4747
return;
4848
}
49-
49+
5050
if (this.selectedTab !== undefined) {
5151
this.ionTabBarChanged.emit({
5252
tab: this.selectedTab,
@@ -77,7 +77,7 @@ export class TabBar implements ComponentInterface {
7777
// Set the flag to indicate the component has loaded
7878
// This allows the watcher to emit changes from this point forward
7979
this.didLoad = true;
80-
80+
8181
// Emit the initial selected tab after the component is fully loaded
8282
// This ensures all child components (ion-tab-button) are ready
8383
if (this.selectedTab !== undefined) {

0 commit comments

Comments
 (0)