From 08d693464858be6ceae9589bc50d8ef536b215f7 Mon Sep 17 00:00:00 2001 From: durham-abric Date: Thu, 29 Mar 2018 01:03:11 -0400 Subject: [PATCH] Shield student IDs from profs for anonymity --- src/bodies/components/profListing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bodies/components/profListing.js b/src/bodies/components/profListing.js index 4bf8a5f5..c1af3976 100644 --- a/src/bodies/components/profListing.js +++ b/src/bodies/components/profListing.js @@ -100,7 +100,7 @@ class ClassListing extends Component { return(
-

{item.val().studentID ? item.val().studentID : "ID Not Recorded"}

+

{item.val().tag ? item.val().tag : ""}

{item.val().comment}