Browse Source

Fix single date selection text not showing

Arnaud Vergnet 3 years ago
parent
commit
ee82589cae
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/screens/Amicale/Equipment/EquipmentRentScreen.js

+ 1
- 1
src/screens/Amicale/Equipment/EquipmentRentScreen.js View File

@@ -280,7 +280,7 @@ class EquipmentRentScreen extends React.Component<PropsType, StateType> {
280 280
         end: getRelativeDateString(end),
281 281
       });
282 282
     else
283
-      i18n.t('screens.equipment.bookingDay', {
283
+      subHeadingText = i18n.t('screens.equipment.bookingDay', {
284 284
         date: getRelativeDateString(start),
285 285
       });
286 286
     if (item != null) {

Loading…
Cancel
Save