Added Icon ofr consolidate highest student
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { CorporateUser } from "@/interfaces/user";
|
||||
import { BsBank } from "react-icons/bs";
|
||||
import { BsBank, BsPersonFill } from "react-icons/bs";
|
||||
import IconCard from "./IconCard";
|
||||
import useAssignmentsCorporates from '@/hooks/useAssignmentCorporates';
|
||||
interface Props {
|
||||
@@ -33,6 +33,12 @@ const MasterStatistical = (props: Props) => {
|
||||
onClick={() => console.log("clicked", group)}
|
||||
/>
|
||||
))}
|
||||
<IconCard
|
||||
onClick={() => console.log("clicked")}
|
||||
Icon={BsPersonFill}
|
||||
label="Consolidate Highest Student"
|
||||
color="purple"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user