Move hashId to stationInfo
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / components / charging-stations / CSConnector.vue
index 2fb7822e7986ebef3d8fcb52dd3721a5b29c77a1..d716d2dfde853db8123c57792f3ad5abd0e69f46 100644 (file)
@@ -32,8 +32,8 @@ import type { ConnectorStatus } from '@/types/ChargingStationType';
 const props = defineProps<{
   hashId: string;
   connector: ConnectorStatus;
-  transactionId?: number;
   connectorId: number;
+  transactionId?: number;
   idTag?: string;
 }>();