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
         end: getRelativeDateString(end),
280
         end: getRelativeDateString(end),
281
       });
281
       });
282
     else
282
     else
283
-      i18n.t('screens.equipment.bookingDay', {
283
+      subHeadingText = i18n.t('screens.equipment.bookingDay', {
284
         date: getRelativeDateString(start),
284
         date: getRelativeDateString(start),
285
       });
285
       });
286
     if (item != null) {
286
     if (item != null) {

Loading…
Cancel
Save