From 04fb03c8acfb8ca274efd26d5e1bf38018a6a502 Mon Sep 17 00:00:00 2001 From: Emily Liu Date: Thu, 24 Dec 2020 19:25:25 -0500 Subject: [PATCH] fixed staff pg --- app/Staff.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app/Staff.js b/app/Staff.js index ed953b9..c692120 100644 --- a/app/Staff.js +++ b/app/Staff.js @@ -37,15 +37,7 @@ const StaffElement = ({item}) => { Linking.openURL("mailto:"+email)}>{email} - )), - - - - - - {item.item.department} - - + )) ] ) //const extra = [...item.item.emails.map(email=>({'\n'}Email: Linking.openURL("mailto:"+email)}>{email}))]