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