From f01abe23c62c69b0e89677f2f6f9e73dc4db8c60 Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Tue, 26 Dec 2023 10:11:53 -0800 Subject: [PATCH] show actions in users websites --- src/app/(main)/settings/users/UserWebsites.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }) => ( + + )} )}