Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmaye committed Aug 29, 2024
1 parent 0bd8852 commit 54582f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/components/settingspanelitem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class SettingsPanelItem extends Container<ContainerConfig> {
this.addComponent(this.label);
}

if(addSettingAsComponent) {
if (addSettingAsComponent) {
this.addComponent(this.setting);
}
}
Expand Down

0 comments on commit 54582f4

Please sign in to comment.