Skip to content

Commit

Permalink
Linting / formatimg
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett-S-OWB committed Oct 9, 2024
1 parent 2028c31 commit f46c461
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
>
{{ item.message }}
</div>
<div style="margin-left: auto; margin-right: auto" display="block" >
<q-btn-group push rounded class="q-mt-md" >
<div style="margin-left: auto; margin-right: auto" display="block">
<q-btn-group push rounded class="q-mt-md">
<q-btn
flat
label="Sofort"
Expand Down Expand Up @@ -182,5 +182,4 @@ onMounted(() => {
});
</script>

<style scoped>
</style>
<style scoped></style>
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,11 @@ export const useMqttStore = defineStore('mqtt', () => {
chargePointMessages[
`openWB/chargepoint/${chargePointId}/get/state_str`
] || '',
id: chargePointId || '',
state: chargePointState[
`openWB/chargepoint/${chargePointId}/get/plug_state`
] || false,
id: chargePointId || '',
state:
chargePointState[
`openWB/chargepoint/${chargePointId}/get/plug_state`
] || false,
};
});
});
Expand Down

0 comments on commit f46c461

Please sign in to comment.