diff --git a/src/components/react/OfficerCard.jsx b/src/components/react/OfficerCard.jsx index b3c3c26..9f3ca35 100644 --- a/src/components/react/OfficerCard.jsx +++ b/src/components/react/OfficerCard.jsx @@ -9,12 +9,14 @@ const OfficerCard = ({ }) => { const handleImageClick = () => { if (name === "Mustahsin Zarif") { - onMustahsinClicked(); // This function is to be provided by the parent component + onMustahsinClicked(); } }; return ( -
+
{
{filteredOfficers.map((officer) => (