forked from vergnet/application-amicale
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),
|
||||
});
|
||||
else
|
||||
i18n.t('screens.equipment.bookingDay', {
|
||||
subHeadingText = i18n.t('screens.equipment.bookingDay', {
|
||||
date: getRelativeDateString(start),
|
||||
});
|
||||
if (item != null) {
|
||||
|
|
Loading…
Reference in a new issue