diff --git a/src/components/index.tsx b/src/components/index.tsx index bd83353..4db3112 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -30,7 +30,7 @@ const Designer: React.FC = (props) => { const User: React.FC = (props) => { return ( -
+
); diff --git a/src/components/workspace/elements/booth.jsx b/src/components/workspace/elements/booth.jsx index 3897484..b6172f4 100644 --- a/src/components/workspace/elements/booth.jsx +++ b/src/components/workspace/elements/booth.jsx @@ -2,7 +2,7 @@ import { forwardRef } from "react"; export const boothSize = 39; -const Booth = forwardRef(({ x, y, id, ...props }, ref) => { +const Booth = forwardRef(({ id, x, y, ...props }, ref) => { return ; });