mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 12:53:32 +00:00
style: prevent overflow on defaults
This commit is contained in:
committed by
Carlos Valente
parent
8da8a08464
commit
dcbb92c470
@@ -24,7 +24,7 @@ interface ScheduleProviderProps {
|
||||
time?: number;
|
||||
}
|
||||
|
||||
const numEventsPerPage = 10;
|
||||
const numEventsPerPage = 8;
|
||||
|
||||
export const ScheduleProvider = ({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user