Skip to content

Commit

Permalink
format BatteryAdminView changes introduced by #1245
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Sep 20, 2024
1 parent c3c31e5 commit f992650
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webapp/src/views/BatteryAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,12 @@
/>
</template>

<template v-if="batteryConfigList.enable_discharge_current_limit && batteryConfigList.use_battery_reported_discharge_current_limit">
<template
v-if="
batteryConfigList.enable_discharge_current_limit &&
batteryConfigList.use_battery_reported_discharge_current_limit
"
>
<div
class="alert alert-secondary"
role="alert"
Expand Down

0 comments on commit f992650

Please sign in to comment.