dce-reactkit 3.2.2-beta.11 → 3.2.2-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -622,7 +622,7 @@ const LogReviewer: React.FC<Props> = (props) => {
|
|
|
622
622
|
let month = newDateFilterState.startDate.month;
|
|
623
623
|
while (
|
|
624
624
|
// Earlier year
|
|
625
|
-
(year
|
|
625
|
+
(year < newDateFilterState.endDate.year)
|
|
626
626
|
// Current year but included month
|
|
627
627
|
|| (
|
|
628
628
|
year === newDateFilterState.endDate.year
|