diff --git a/ui/graphql/queries.graphql b/ui/graphql/queries.graphql index 6bcec26..06644e4 100644 --- a/ui/graphql/queries.graphql +++ b/ui/graphql/queries.graphql @@ -22,6 +22,9 @@ query lastNFAsPaginated( accessPoints { id } + owner { + id + } verified } } diff --git a/ui/src/components/core/button/icon-button.tsx b/ui/src/components/core/button/icon-button.tsx index 32ec420..5eda990 100644 --- a/ui/src/components/core/button/icon-button.tsx +++ b/ui/src/components/core/button/icon-button.tsx @@ -65,7 +65,6 @@ export const IconButton = forwardRef( return props[size as 'sm' | 'md' | 'lg']; }, [size]); - return (