Skip to content

Commit

Permalink
style: 🎨 format w/ prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Apr 14, 2024
1 parent d14d9ef commit e39015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-editor/schema/battery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const stateOfChargeSchema = [
selector: { number: { mode: "box", min: 0, max: 4, step: 1 } },
},
{
name:"show_state_of_charge",
name: "show_state_of_charge",
label: "Show State of Charge",
selector: { boolean: {} },
},
Expand Down

0 comments on commit e39015a

Please sign in to comment.