Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/matcher_multiple_mentor
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyche authored Sep 8, 2023
2 parents 4347c9b + 1aab3be commit bf77d44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const SpaceTimeEditModal = ({
setShowSaveSpinner(true);
isPermanent
? spacetimeModifyMutation.mutate({
dayOfWeek,
dayOfWeek: day,
location: location,
startTime: time
})
Expand Down

0 comments on commit bf77d44

Please sign in to comment.