Skip to content

Commit 02c8d2e

Browse files
committed
data
1 parent 453143f commit 02c8d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/AllUsers.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default function AllUsers() {
4949
<th>Name</th>
5050
<th>College</th>
5151
<th>Email / Mobile </th>
52+
<th>member 2</th>
5253
<th>Department</th>
5354
<th>What fascinates u about programming ?</th>
5455
<th>Any programming experience?</th>
@@ -67,6 +68,7 @@ export default function AllUsers() {
6768
<td>
6869
{user.email} --- {user.phone}
6970
</td>
71+
{user.name2?<><td>{user.name2}-{user.roll2}</td></>:<>none</>}
7072

7173
<td>
7274
{user.branch}, {user.section}, {user.year} year

0 commit comments

Comments
 (0)