We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea6408 commit 3c8aee9Copy full SHA for 3c8aee9
1 file changed
src/pages/committee.js
@@ -23,6 +23,10 @@ export default function Committee({ committeeData }) {
23
// }, []);
24
//console.log(committeeData.data);
25
26
+ /*
27
+ TODO : Create a single array of data with positions sorted manually with precedence
28
+ */
29
+
30
const executiveHead = committeeData.data?.["Executive Head"] || "";
31
const viceExecutiveHead = committeeData.data?.["Vice-Executive Head"] || "";
32
const executiveMember = committeeData.data?.["Executive Member"] || ""; //mapping required
0 commit comments