diff --git a/lib/interviewer/components/NodeBin.tsx b/lib/interviewer/components/NodeBin.tsx index a3d6e7ec7..50828ef7a 100644 --- a/lib/interviewer/components/NodeBin.tsx +++ b/lib/interviewer/components/NodeBin.tsx @@ -8,7 +8,7 @@ type NodeBinProps = { }; /** - * Renders a droppable NodeBin which accepts `EXISTING_NODE`. + * Renders a droppable NodeBin which accepts `EXISTING_NODE` and `FAMILY_TREE_NODE`. */ const NodeBin = ({ accepts, dropHandler }: NodeBinProps) => { const { dropProps, isOver, willAccept } = useDropTarget({