X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomponents%2Fcharging-stations%2FCSTable.vue;h=cc826287e2384f7600d1494ca8a5e18f4917f950;hb=3a3ba0a2986ae89bc2da0180dc37e3adf26b85ab;hp=f8e3bf8b9fa2b0d7e77af8ac72fbb7d0966f893d;hpb=878855a218443d8d0a610f1e79d8d4afaf07153a;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/components/charging-stations/CSTable.vue b/ui/web/src/components/charging-stations/CSTable.vue index f8e3bf8b..cc826287 100644 --- a/ui/web/src/components/charging-stations/CSTable.vue +++ b/ui/web/src/components/charging-stations/CSTable.vue @@ -20,7 +20,7 @@ @@ -32,7 +32,7 @@ import CSData from '@/components/charging-stations/CSData.vue' import type { ChargingStationData } from '@/types' -const props = defineProps<{ +defineProps<{ chargingStations: ChargingStationData[] }>()