diff --git a/packages/sanity/src/core/presence/overlay/WithIntersection.tsx b/packages/sanity/src/core/presence/overlay/WithIntersection.tsx index 34da337ba88..2c292adc8a4 100644 --- a/packages/sanity/src/core/presence/overlay/WithIntersection.tsx +++ b/packages/sanity/src/core/presence/overlay/WithIntersection.tsx @@ -21,5 +21,5 @@ export const WithIntersection = (props: WithIntersectionProps & HTMLProps subscription.unsubscribe() }, [io, id, onIntersection]) - return
+ return
}