diff --git a/src/app/(main)/settings/users/UserWebsites.tsx b/src/app/(main)/settings/users/UserWebsites.tsx index 2d06e82a..3897b5b0 100644 --- a/src/app/(main)/settings/users/UserWebsites.tsx +++ b/src/app/(main)/settings/users/UserWebsites.tsx @@ -16,7 +16,9 @@ export function UserWebsites({ userId }) { {hasData && ( - {({ data }) => } + {({ data }) => ( + + )} )}