From 308e7efe5adeb01fb94778df896912a2d507cbd8 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sat, 6 Sep 2025 21:44:01 +0200 Subject: [PATCH] fix behaviour --- lib/src/Components/Templates/ItemCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Components/Templates/ItemCard.tsx b/lib/src/Components/Templates/ItemCard.tsx index 9add7b56..997d9010 100644 --- a/lib/src/Components/Templates/ItemCard.tsx +++ b/lib/src/Components/Templates/ItemCard.tsx @@ -34,7 +34,7 @@ export const ItemCard = ({ throw new Error('Layer is not defined') } - if (i.layer.itemType.custom_profile_url && i.position) { + if (i.layer.itemType.small_form_edit && i.position) { navigate('/') // Wait for navigation to complete before setting popup setTimeout(() => {