From e4011b4a23e61165e74c094325b4b76548de2160 Mon Sep 17 00:00:00 2001 From: Meenu Yadav <116630390+MeenuyD@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:30:15 +0530 Subject: [PATCH] fix: Webhook settings list not having enough padding on the top (#11878) --- packages/features/webhooks/pages/webhooks-view.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/webhooks/pages/webhooks-view.tsx b/packages/features/webhooks/pages/webhooks-view.tsx index 2391df1f1d..34c1975f0c 100644 --- a/packages/features/webhooks/pages/webhooks-view.tsx +++ b/packages/features/webhooks/pages/webhooks-view.tsx @@ -78,7 +78,7 @@ const WebhooksView = () => { <> ) } - borderInShellHeader={!(data && data.webhookGroups.length > 0)} + borderInShellHeader={data && data.profiles.length === 1} />