|
@@ -42,11 +42,11 @@ export default class ChargeAdapter extends Component {
|
|
|
title: $t('charging.tabCharge'),
|
|
title: $t('charging.tabCharge'),
|
|
|
name: "Charge",
|
|
name: "Charge",
|
|
|
component: Charge
|
|
component: Charge
|
|
|
- }, {
|
|
|
|
|
|
|
+ }/*, {
|
|
|
title: $t('charging.tabReserve'),
|
|
title: $t('charging.tabReserve'),
|
|
|
name: "Reserve",
|
|
name: "Reserve",
|
|
|
component: Reserve
|
|
component: Reserve
|
|
|
- }/*, {
|
|
|
|
|
|
|
+ }, {
|
|
|
title: $t('charging.tabExplore'),
|
|
title: $t('charging.tabExplore'),
|
|
|
name: "Explore",
|
|
name: "Explore",
|
|
|
component: Explore
|
|
component: Explore
|