Change note drag overlay props to match new token drag overlay

This commit is contained in:
Mitchell McCaffrey
2021-08-12 10:23:35 +10:00
parent 14fbb41e9d
commit 60140f1ffc
2 changed files with 11 additions and 8 deletions

View File

@@ -141,8 +141,7 @@ function useMapNotes(
const noteDragOverlay = noteDraggingOptions ? (
<NoteDragOverlay
dragging={noteDraggingOptions.dragging}
noteId={noteDraggingOptions.noteId}
draggingOptions={noteDraggingOptions}
onNoteRemove={handleNoteRemove}
/>
) : null;