diff --git a/src/components/common/draggable/withDraggable.jsx b/src/components/common/draggable/withDraggable.jsx index 9f32258..81138e2 100644 --- a/src/components/common/draggable/withDraggable.jsx +++ b/src/components/common/draggable/withDraggable.jsx @@ -13,7 +13,7 @@ export default function WithDraggable({ isShow, children }) { return ( <> {isShow && ( - handleOnDrag(data)}> + handleOnDrag(data)} handle=".modal-header"> {children} )}