From 965760bd8d90a178b7aa032e8fa1ef1e16dae5f8 Mon Sep 17 00:00:00 2001 From: seniorswe Date: Mon, 29 Sep 2025 01:05:47 -0400 Subject: [PATCH] ui fix --- web-client/src/app/apis/[apiId]/page.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/web-client/src/app/apis/[apiId]/page.tsx b/web-client/src/app/apis/[apiId]/page.tsx index c799481..396abe4 100644 --- a/web-client/src/app/apis/[apiId]/page.tsx +++ b/web-client/src/app/apis/[apiId]/page.tsx @@ -1308,10 +1308,4 @@ const ApiDetailPage = () => { ) } - {isEditing && (editData as any).api_credits_enabled && ( -

Disable Credits to change Public status.

- )} -export default ApiDetailPage - {isEditing && (editData as any).api_public && ( -

Disable Public to enable Credits.

- )} +export default ApiDetailPage