mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix behaviour
This commit is contained in:
parent
6ed235419d
commit
308e7efe5a
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user