refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index 5e385955fb060abef6d59dfbffb1d85a94f19703..707cce54c5ab93f67b716809da432dffcd21d2db 100644 (file)
@@ -39,7 +39,7 @@ type State = {
 const state: State = reactive({
   isLoading: false,
   chargingStations: [],
-  idTag: ''
+  idTag: '',
 })
 
 async function load(): Promise<void> {