File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
frontend/src/components/asp/requests Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ type SchedulingFormCalendarProps = {
27
27
handleNext : ( ) => void ;
28
28
} ;
29
29
30
- const SchedulingFormCalendar : React . FunctionComponent <
31
- SchedulingFormCalendarProps
32
- > = ( {
30
+ const SchedulingFormCalendar : React . FunctionComponent < SchedulingFormCalendarProps > = ( {
33
31
scheduledDropOffTime,
34
32
setScheduledDropOffTime,
35
33
dates,
@@ -99,7 +97,8 @@ const SchedulingFormCalendar: React.FunctionComponent<
99
97
< Text as = "b" > Edit Date Manually</ Text >
100
98
< Text >
101
99
You can select or deselect the dates on which you would like to
102
- receive meal donations. Selected dates will be highlighted.
100
+ receive meal donations. Selected dates will be highlighted. Please
101
+ note that the drop off time will be the same for all selected dates.
103
102
</ Text >
104
103
</ GridItem >
105
104
You can’t perform that action at this time.
0 commit comments