diff --git a/components/Draggable.js b/components/Draggable.js index 37141597..01d8a553 100644 --- a/components/Draggable.js +++ b/components/Draggable.js @@ -130,7 +130,7 @@ export const Draggable = (props) => { } }, []) - return
+ return
{children}
}