Skip to content

Fix typo causing 3rd-trimester courses not to appear #16

Description

@jburns20

On line 703 of IHWCurriculum.m, the following line:
else if ([d compare:[self.trimesterEndDates objectAtIndex:1]] != NSOrderedDescending)
should be replaced by
else if ([d compare:[self.trimesterEndDates objectAtIndex:3]] != NSOrderedDescending)

stupid copy-paste mistake :(

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions