diff --git a/src/containers/select/Supporting/DepartmentCard.tsx b/src/containers/select/Supporting/DepartmentCard.tsx index 4f5cb54..5a8750c 100644 --- a/src/containers/select/Supporting/DepartmentCard.tsx +++ b/src/containers/select/Supporting/DepartmentCard.tsx @@ -20,6 +20,8 @@ export default function DepartmentCard({ }) { const [isHovered, setIsHovered] = useState(false); + console.log('data:', data); + return (