Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
fecapark committed Sep 1, 2024
1 parent 1237de6 commit 93b9ee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/select/Supporting/DepartmentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export default function DepartmentCard({
}) {
const [isHovered, setIsHovered] = useState(false);

console.log('data:', data);

return (
<motion.div
className="flex justify-center"
Expand Down
2 changes: 2 additions & 0 deletions src/containers/select/Supporting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ function Supporting() {
return item.description.searchKeyword.includes(searchText);
});

console.log(filterData);

return (
<Container>
<SubContainer1 className="flex flex-col items-center">
Expand Down

0 comments on commit 93b9ee4

Please sign in to comment.