From e69df98c6546d1fbbf7f4eb6ad432a8da65e3cbb Mon Sep 17 00:00:00 2001 From: dank074 Date: Sun, 14 Nov 2021 03:55:08 -0600 Subject: [PATCH] fuck --- src/views/room/widgets/object-location/ObjectLocationView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }
);