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

code style fix: getSelectedDate() date argument is useless #313

Closed
julienbornstein opened this issue Jul 11, 2021 · 2 comments
Closed

code style fix: getSelectedDate() date argument is useless #313

julienbornstein opened this issue Jul 11, 2021 · 2 comments

Comments

@julienbornstein
Copy link

getSelectedDate = date => {

should be replaced by

getSelectedDate = () => {
@peacechen
Copy link
Collaborator

Thanks for reporting this @julienbornstein

@peacechen
Copy link
Collaborator

Fix committed in 31ebd4c

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