Skip to content

Commit

Permalink
trying to add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Sep 2, 2024
1 parent bc61074 commit 60a0d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/genericComponents/DepartmentInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const CardForDepartment = styled(CardWithBackground)`
`;

export default function DepartmentInfoCard(props: DepartmentInformation) {
const { name, question, information, iconName } = props;
const { name, question, information } = props;
const [active, setActive] = useState<boolean>(false);

return (
Expand Down

0 comments on commit 60a0d0a

Please sign in to comment.