diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx index 8f587de..61a8aaa 100644 --- a/src/components/Sidebar/index.tsx +++ b/src/components/Sidebar/index.tsx @@ -48,10 +48,7 @@ const Sidebar = () => { false ); - const [ - getProjectsByClientId, - { loading: clientProjectsLoading }, - ] = useLazyQuery< + const [getProjectsByClientId] = useLazyQuery< GetAllProjectsByClientIdQuery, GetAllProjectsByClientIdQueryVariables >(GET_ALL_PROJECTS_BY_CLIENT_ID, {