Skip to content

Commit

Permalink
Removed unnecessary if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
josercarcamo committed Nov 16, 2024
1 parent 7ace7a6 commit d94d8db
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ export class StepperItem
}

componentDidLoad(): void {
if (!this.el.hidden) {
setComponentLoaded(this);
}
setComponentLoaded(this);
}

componentDidRender(): void {
Expand Down

0 comments on commit d94d8db

Please sign in to comment.