Skip to content

Commit

Permalink
fix new message date
Browse files Browse the repository at this point in the history
  • Loading branch information
Amy Chen authored and Amy Chen committed Nov 9, 2023
1 parent d434fda commit 05a93b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScheduleSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ const MessageScheduleList = (props: {
minWidth: (theme) => theme.spacing(33),
}}
onClick={() => {
const today = new Date((new Date()).getTime() + 5 * 60000);
const today = new Date((new Date()).getTime() + 60 * 1 * 60000);
let newMessage = CommunicationRequest.createNewScheduledMessage(
"",
props.patient,
Expand Down

0 comments on commit 05a93b6

Please sign in to comment.