Fix single date selection text not showing
This commit is contained in:
parent
4c29e146bb
commit
ee82589cae
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class EquipmentRentScreen extends React.Component<PropsType, StateType> {
|
||||||
end: getRelativeDateString(end),
|
end: getRelativeDateString(end),
|
||||||
});
|
});
|
||||||
else
|
else
|
||||||
i18n.t('screens.equipment.bookingDay', {
|
subHeadingText = i18n.t('screens.equipment.bookingDay', {
|
||||||
date: getRelativeDateString(start),
|
date: getRelativeDateString(start),
|
||||||
});
|
});
|
||||||
if (item != null) {
|
if (item != null) {
|
||||||
|
|
Loading…
Reference in a new issue