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(() => {