Fix single date selection text not showing
このコミットが含まれているのは:
コミット
ee82589cae
1個のファイルの変更、1行の追加、1行の削除
|
|
@ -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) {
|
||||||
|
|
|
||||||
読み込み中…
新しいイシューから参照