style: prevent overflow on defaults

This commit is contained in:
Carlos Valente
2024-04-21 23:17:11 +02:00
committed by Carlos Valente
parent 8da8a08464
commit dcbb92c470
2 changed files with 5 additions and 5 deletions
@@ -24,7 +24,7 @@ interface ScheduleProviderProps {
time?: number;
}
const numEventsPerPage = 10;
const numEventsPerPage = 8;
export const ScheduleProvider = ({
children,