diff --git a/src/views/room/widgets/object-location/ObjectLocationView.tsx b/src/views/room/widgets/object-location/ObjectLocationView.tsx index e21a9b5e..8e10a54b 100644 --- a/src/views/room/widgets/object-location/ObjectLocationView.tsx +++ b/src/views/room/widgets/object-location/ObjectLocationView.tsx @@ -50,7 +50,7 @@ export const ObjectLocationView: FC = props => }, [ updatePosition, noFollow ]); return ( -
-1 ? 'visible' : 'invisible') } style={ { left: pos.x, top: pos.y } }> +
-1 ? 'visible' : 'invisible') } style={ { left: pos.x, top: pos.y } }> { children }
);