diff --git a/src/screens/charging-stations/connector-details/ChargingStationConnectorDetails.tsx b/src/screens/charging-stations/connector-details/ChargingStationConnectorDetails.tsx index 6843cceed..fa8b3b160 100644 --- a/src/screens/charging-stations/connector-details/ChargingStationConnectorDetails.tsx +++ b/src/screens/charging-stations/connector-details/ChargingStationConnectorDetails.tsx @@ -927,7 +927,7 @@ export default class ChargingStationConnectorDetails extends BaseAutoRefreshScre {/* Badge */} {this.renderTagSelection(style)} {/* Car */} - {this.renderCarSelection(style)} + {this.securityProvider?.isComponentCarActive() && this.renderCarSelection(style)} )}