forked from potsda.mn/mobilizon
Fix close events radius
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d818557469
commit
be0b3245bf
|
@ -164,7 +164,7 @@ const { result: eventsResult, loading: loadingEvents } = useQuery<{
|
||||||
location: geohash,
|
location: geohash,
|
||||||
beginsOn: new Date(),
|
beginsOn: new Date(),
|
||||||
endsOn: undefined,
|
endsOn: undefined,
|
||||||
radius: 2500,
|
radius: 25,
|
||||||
eventPage: 1,
|
eventPage: 1,
|
||||||
limit: EVENT_PAGE_LIMIT,
|
limit: EVENT_PAGE_LIMIT,
|
||||||
type: "IN_PERSON",
|
type: "IN_PERSON",
|
||||||
|
|
Loading…
Reference in a new issue