Skip to content

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

@jburns20

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 :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions