Update deps and fix some front-end stuff
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -283,6 +283,7 @@ export const LOGGED_USER_MEMBERSHIPS = gql`
|
||||
export const IDENTITIES = gql`
|
||||
query Identities {
|
||||
loggedUser {
|
||||
id
|
||||
actors {
|
||||
...ActorFragment
|
||||
}
|
||||
@@ -291,8 +292,6 @@ export const IDENTITIES = gql`
|
||||
${ACTOR_FRAGMENT}
|
||||
`;
|
||||
|
||||
|
||||
|
||||
export const PERSON_MEMBERSHIPS = gql`
|
||||
query PersonMemberships($id: ID!) {
|
||||
person(id: $id) {
|
||||
|
||||
Reference in New Issue
Block a user