Fix close events radius

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-19 15:07:45 +02:00
parent d818557469
commit be0b3245bf

View File

@@ -164,7 +164,7 @@ const { result: eventsResult, loading: loadingEvents } = useQuery<{
location: geohash,
beginsOn: new Date(),
endsOn: undefined,
radius: 2500,
radius: 25,
eventPage: 1,
limit: EVENT_PAGE_LIMIT,
type: "IN_PERSON",