Make the number of events fit the page on Explore

Close #826

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-08-13 17:57:22 +02:00
parent 5b1ae688d2
commit cc029a52f9
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 2 deletions

View File

@ -212,9 +212,9 @@ interface ISearchTimeOption {
end?: Date | null;
}
const EVENT_PAGE_LIMIT = 10;
const EVENT_PAGE_LIMIT = 12;
const GROUP_PAGE_LIMIT = 10;
const GROUP_PAGE_LIMIT = 12;
const DEFAULT_RADIUS = 25; // value to set if radius is null but location set