Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added an alert when a split district is encountered #58

Merged
merged 2 commits into from
Feb 10, 2017

Conversation

bengottlieb
Copy link
Contributor

This addresses issue #53

@@ -17,7 +17,9 @@ class IssuesManager {
var issues: [Issue] {
return issuesList?.issues ?? []
}


var isSplitDistrict: Bool { return self.issuesList?.splitDistrict == true }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is weird on this line. Can you change this to 4 spaces?

@subdigital subdigital merged commit 19d901c into 5calls:master Feb 10, 2017
@subdigital
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants