#1564 : correct homepage default filtering + add debug log for testing
This commit is contained in:
@@ -123,7 +123,7 @@ const eventsQuery = useQuery<{
|
||||
orderBy: EventSortField.BEGINS_ON,
|
||||
direction: SortDirection.ASC,
|
||||
longevents: false,
|
||||
location: geoHash.value,
|
||||
location: geoHash.value ?? "",
|
||||
radius: distance.value,
|
||||
limit: 93,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user