]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Fri, 3 Apr 2026 12:45:51 +0000 (12:45 +0000)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2026 12:45:51 +0000 (12:45 +0000)
ui/web/src/views/ChargingStationsView.vue

index 7fa38a28254794a84457a9c08c4d608c6ce7937a..8034654fd298348dae9439b88241f08bbdf2c9f7 100644 (file)
       v-show="Array.isArray($chargingStations) && $chargingStations.length > 0"
       :key="state.renderChargingStations"
       :charging-stations="$chargingStations"
-      @need-refresh="() => { state.renderAddChargingStations = randomUUID() }"
+      @need-refresh="
+        () => {
+          state.renderAddChargingStations = randomUUID()
+        }
+      "
     />
   </Container>
 </template>