Event state leftover
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7ec2259ea5
commit
c4a4a31e5b
|
@ -10,7 +10,6 @@ export const FETCH_EVENT = gql`
|
||||||
description,
|
description,
|
||||||
begins_on,
|
begins_on,
|
||||||
ends_on,
|
ends_on,
|
||||||
state,
|
|
||||||
status,
|
status,
|
||||||
visibility,
|
visibility,
|
||||||
thumbnail,
|
thumbnail,
|
||||||
|
@ -53,7 +52,6 @@ export const FETCH_EVENTS = gql`
|
||||||
description,
|
description,
|
||||||
begins_on,
|
begins_on,
|
||||||
ends_on,
|
ends_on,
|
||||||
state,
|
|
||||||
status,
|
status,
|
||||||
visibility,
|
visibility,
|
||||||
thumbnail,
|
thumbnail,
|
||||||
|
|
Loading…
Reference in a new issue