diff --git a/app/components/draft/QueueSection.tsx b/app/components/draft/QueueSection.tsx index b68193e..deb9fb5 100644 --- a/app/components/draft/QueueSection.tsx +++ b/app/components/draft/QueueSection.tsx @@ -67,6 +67,7 @@ function SortableQueueItem({ attributes, listeners, setNodeRef, + setActivatorNodeRef, transform, transition, isDragging, @@ -82,12 +83,17 @@ function SortableQueueItem({
{participantName}
{sportName &&{sportName}
}