diff --git a/api/functions/graphql/types/users.js b/api/functions/graphql/types/users.js index f9d7bdf..3ec0a8a 100644 --- a/api/functions/graphql/types/users.js +++ b/api/functions/graphql/types/users.js @@ -72,7 +72,6 @@ const BaseUser = interfaceType({ }).then(d => d.map(item => item.tournament)) } }) - t.nonNull.list.nonNull.field('projects', { type: "Project", resolve: async (parent) => { diff --git a/src/features/Profiles/Components/Avatar/Avatar.tsx b/src/features/Profiles/Components/Avatar/Avatar.tsx index 5ceae65..73d9518 100644 --- a/src/features/Profiles/Components/Avatar/Avatar.tsx +++ b/src/features/Profiles/Components/Avatar/Avatar.tsx @@ -16,7 +16,9 @@ export default function Avatar({ src, alt, className, width = 40, renderTooltip setTooltipRef, setTriggerRef, visible, - } = usePopperTooltip(); + } = usePopperTooltip({ + + }); return ( <> @@ -28,7 +30,7 @@ export default function Avatar({ src, alt, className, width = 40, renderTooltip (renderTooltip && visible) && (