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

misspelling in settings_persister.js #49

Open
JohnConner opened this issue Jul 19, 2019 · 2 comments
Open

misspelling in settings_persister.js #49

JohnConner opened this issue Jul 19, 2019 · 2 comments

Comments

@JohnConner
Copy link

line 117

.filter(field => !field.depreacted)

should that be:

.filter(field => !field.deprecated)

??????

@JohnConner
Copy link
Author

never mind, looks like an artifact from React

@DanielDe
Copy link
Owner

Ha, no, I think you're right here! It also looks like this field is no longer used. I'm going to repoen this.

@DanielDe DanielDe reopened this Jul 21, 2019
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

No branches or pull requests

2 participants