Skip to content

Commit 89bcc86

Browse files
Add note for drop-off time (#182)
1 parent a583ecb commit 89bcc86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

frontend/src/components/asp/requests/SchedulingFormCalendar.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ type SchedulingFormCalendarProps = {
2727
handleNext: () => void;
2828
};
2929

30-
const SchedulingFormCalendar: React.FunctionComponent<
31-
SchedulingFormCalendarProps
32-
> = ({
30+
const SchedulingFormCalendar: React.FunctionComponent<SchedulingFormCalendarProps> = ({
3331
scheduledDropOffTime,
3432
setScheduledDropOffTime,
3533
dates,
@@ -99,7 +97,8 @@ const SchedulingFormCalendar: React.FunctionComponent<
9997
<Text as="b">Edit Date Manually</Text>
10098
<Text>
10199
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.
103102
</Text>
104103
</GridItem>
105104

0 commit comments

Comments
 (0)