|
|
@@ -18,7 +18,7 @@ export default StepStartView = ({
|
|
|
onIntoCharging
|
|
|
}) => (
|
|
|
<View>
|
|
|
- <View style={{minHeight: $vht(80)}}>
|
|
|
+ <View style={{minHeight: $vht(80) - navbarHeight}}>
|
|
|
<TextView style={styles.gstText}>{hideTaxRates ? $t('charging.tipsRatesTax2') : $t('charging.tipsRatesTax')}</TextView>
|
|
|
<TextView style={styles.title}>{$t('charging.acChargers')} ({(stationInfo?.acConnector?.available ?? "0") + $t('charging.numberAvailable')})</TextView>
|
|
|
{ stationInfo.acRates?.length > 0
|