diff --git a/frontend/src/pages/_organise/slug/manage/AddOrganiserDrawer.js b/frontend/src/pages/_organise/slug/manage/AddOrganiserDrawer.js
index 031c34331..cba4f4f56 100644
--- a/frontend/src/pages/_organise/slug/manage/AddOrganiserDrawer.js
+++ b/frontend/src/pages/_organise/slug/manage/AddOrganiserDrawer.js
@@ -10,6 +10,8 @@ import {
ListItem,
ListItemSecondaryAction,
IconButton,
+ ListItemAvatar,
+ Avatar,
} from '@material-ui/core'
import AddIcon from '@material-ui/icons/Add'
@@ -57,7 +59,7 @@ export default ({ isOpen, onClose, onAdded, organisers, slug }) => {
Search for users
@@ -74,9 +76,37 @@ export default ({ isOpen, onClose, onAdded, organisers, slug }) => {
{results.map(user => (
+
+
+
+
+
+ E-mail:{' '}
+ {user.email}
+
+
+ Account created:{' '}
+
+ {new Date(
+ user.createdAt,
+ ).toLocaleString()}
+
+
+
+ }
/>
{organisers.indexOf(user.userId) === -1 ? (
diff --git a/frontend/src/pages/_pricing/index.js b/frontend/src/pages/_pricing/index.js
index ce54cff05..4a88b1b9b 100644
--- a/frontend/src/pages/_pricing/index.js
+++ b/frontend/src/pages/_pricing/index.js
@@ -38,7 +38,7 @@ export default () => {
const { t } = useTranslation()
const body1 = [
'Event registration and organization through platform.',
- 'For non - profit organizations.'
+ 'For non - profit organizations.',
]
const body2 = [
'Event registration and organization through platform',