Skip to content

Commit c63fa44

Browse files
committed
Update order
1 parent 427e13d commit c63fa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ui/thermostat/ClimatePreset.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ export function ClimatePreset(props: ClimatePresetProps): JSX.Element {
241241
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
242242
mode={value!}
243243
onChange={(value) => {
244-
onChange(value)
245244
onHvacModeChange(value)
245+
onChange(value);
246246
}}
247247
/>
248248
)}

0 commit comments

Comments
 (0)