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:
parent
5b1ae688d2
commit
cc029a52f9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user