Update 'src/pages/CalendarPage.tsx'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9e5c353353
commit
108626e488
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ export default function CalendarPage() {
|
||||||
const queryMatches = c.name
|
const queryMatches = c.name
|
||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
.includes(filter?.toLocaleLowerCase() ?? '');
|
.includes(filter?.toLocaleLowerCase() ?? '');
|
||||||
|
|
||||||
return queryMatches;
|
return queryMatches;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue