-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
refactor(date-picker): remove redundant code #4863
Conversation
Codecov Report
@@ Coverage Diff @@
## development #4863 +/- ##
===============================================
- Coverage 75.69% 75.65% -0.05%
===============================================
Files 237 237
Lines 7336 7336
Branches 1464 1464
===============================================
- Hits 5553 5550 -3
- Misses 1376 1378 +2
- Partials 407 408 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## development #4863 +/- ##
===============================================
- Coverage 74.88% 74.83% -0.06%
===============================================
Files 276 276
Lines 8399 8402 +3
Branches 1596 1596
===============================================
- Hits 6290 6288 -2
- Misses 1669 1671 +2
- Partials 440 443 +3
Continue to review full report at Codecov.
|
@@ -107,7 +107,7 @@ export class BsDaterangepickerInputDirective | |||
} | |||
|
|||
|
|||
const _isDateValid = isDateValid(_value[0]) && isDateValid(_value[0]); | |||
const _isDateValid = isDateValid(_value[0]); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
* refactor(date-picker): remove redundant code * fix(datepicker): add report invalid date in range
No description provided.