chore: remove testing

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-07-24 09:54:02 +02:00
parent ae90534a44
commit 07242020a0
@@ -175,8 +175,6 @@ export function DefaultEntityContentLayout(props: EntityContentLayoutProps) {
{infoCards.length > 0 ? (
<div className={classes.infoArea}>
{infoCards.map(card => card.element)}
{infoCards.map(card => card.element)}
{infoCards.map(card => card.element)}
</div>
) : null}
</div>