From 07242020a0b5deded60ea25ae8ae2f71a5081d4d Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Thu, 24 Jul 2025 09:54:02 +0200 Subject: [PATCH] chore: remove testing Signed-off-by: benjdlambert --- plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx index 4db4c05b6d..4f675241c9 100644 --- a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx +++ b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx @@ -175,8 +175,6 @@ export function DefaultEntityContentLayout(props: EntityContentLayoutProps) { {infoCards.length > 0 ? (
{infoCards.map(card => card.element)} - {infoCards.map(card => card.element)} - {infoCards.map(card => card.element)}
) : null}