Skip to content

Commit 3c8aee9

Browse files
committed
name error fixed
1 parent aea6408 commit 3c8aee9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/pages/committee.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export default function Committee({ committeeData }) {
2323
// }, []);
2424
//console.log(committeeData.data);
2525

26+
/*
27+
TODO : Create a single array of data with positions sorted manually with precedence
28+
*/
29+
2630
const executiveHead = committeeData.data?.["Executive Head"] || "";
2731
const viceExecutiveHead = committeeData.data?.["Vice-Executive Head"] || "";
2832
const executiveMember = committeeData.data?.["Executive Member"] || ""; //mapping required

0 commit comments

Comments
 (0)