Fix events fetching

This commit is contained in:
Chocobozzz 2019-01-11 14:24:33 +01:00
parent 685e3e7e91
commit 7d9fc559bf

View File

@ -17,8 +17,8 @@ export const FETCH_EVENT = gql`
large_image,
publish_at,
# address_type,
online_address,
phone,
# online_address,
# phone,
organizerActor {
avatarUrl,
preferredUsername,
@ -61,8 +61,8 @@ export const FETCH_EVENTS = gql`
large_image,
publish_at,
# address_type,
online_address,
phone,
# online_address,
# phone,
organizerActor {
avatarUrl,
preferredUsername,