We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453143f commit 02c8d2eCopy full SHA for 02c8d2e
src/Components/AllUsers.jsx
@@ -49,6 +49,7 @@ export default function AllUsers() {
49
<th>Name</th>
50
<th>College</th>
51
<th>Email / Mobile </th>
52
+ <th>member 2</th>
53
<th>Department</th>
54
<th>What fascinates u about programming ?</th>
55
<th>Any programming experience?</th>
@@ -67,6 +68,7 @@ export default function AllUsers() {
67
68
<td>
69
{user.email} --- {user.phone}
70
</td>
71
+ {user.name2?<><td>{user.name2}-{user.roll2}</td></>:<>none</>}
72
73
74
{user.branch}, {user.section}, {user.year} year
0 commit comments