diff --git a/src/features/charging-station/charging-station-details/index.tsx b/src/features/charging-station/charging-station-details/index.tsx index ec94b21..a3ddb80 100644 --- a/src/features/charging-station/charging-station-details/index.tsx +++ b/src/features/charging-station/charging-station-details/index.tsx @@ -28,12 +28,24 @@ export const ChargingStationDetails = (props: Props) => { - + go back to all - + {props.item.addressInfo.title} { {!props.isActive && !chargingError && ( - + - Start Charging! + Start Charging )} {chargingError && ( - + Charging is currently unavailable diff --git a/src/features/charging-station/charging-station-list-item/index.tsx b/src/features/charging-station/charging-station-list-item/index.tsx index 7304b08..f9e2ff1 100644 --- a/src/features/charging-station/charging-station-list-item/index.tsx +++ b/src/features/charging-station/charging-station-list-item/index.tsx @@ -23,7 +23,13 @@ export const ChargingStationListItem = (props: Props) => { return ( props.onPress(props.item.id)}> - + {props.item.addressInfo.title}