Skip to content

Commit

Permalink
Merge branch 'master' into nav-gh-215
Browse files Browse the repository at this point in the history
  • Loading branch information
coramonokandilos authored Dec 10, 2020
2 parents d4c1a38 + e8ebd7b commit 789ac0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/programs/ClassInstanceData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ const FALL_CLASS_SCHEDULE = {
<>
Monday, Wednesday{" "}
<Box component="span" display="inline-block">
4:00pm - 6:30pm
4:00pm - 6:30pm PST
</Box>
</>
),
Expand All @@ -617,7 +617,7 @@ const FALL_CLASS_SCHEDULE = {
<>
Tuesday, Thursday{" "}
<Box component="span" display="inline-block">
4:00pm - 6:30pm
4:00pm - 6:30pm PST
</Box>
</>
),
Expand Down Expand Up @@ -658,7 +658,7 @@ function SDRClass(
<>
Tuesday, Wednesday, Thursday{" "}
<Box component="span" display="inline-block">
6:00pm - 9:00pm
6:00pm - 9:00pm PST
</Box>
</>
),
Expand Down
1 change: 1 addition & 0 deletions src/dates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const CourseDateTimeFormat = new Intl.DateTimeFormat("en-US", {
day: "numeric",
hour: "numeric",
minute: "numeric",
timeZoneName: "short",
});

function dropWhile<T>(collection: T[], predicate: (x: T) => boolean): T[] {
Expand Down

0 comments on commit 789ac0b

Please sign in to comment.