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}))]