mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Fix refresh button issue, closes #840
This commit is contained in:
parent
7b7557ec90
commit
504b5f10d9
3 changed files with 6 additions and 7 deletions
|
|
@ -117,8 +117,6 @@ const DaySelector = ({ date, minDate, maxDate, locale, onSelect }) => {
|
|||
const month = date.getMonth();
|
||||
const year = date.getFullYear();
|
||||
|
||||
console.log({ dateLocale, startDay, startWeek, startMonth, month, year });
|
||||
|
||||
const daysOfWeek = [];
|
||||
for (let i = 0; i < 7; i++) {
|
||||
daysOfWeek.push(addDays(startWeek, i));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue