feat: 🩹 Hide event's creator email #694
Tim Izzo tim@5ika.ch
Thu, 05 Feb 2026 13:40:25 +0100
1 files changed,
0 insertions(+),
10 deletions(-)
M
frontend/pages/e/[uuid]/details.tsx
→
frontend/pages/e/[uuid]/details.tsx
@@ -295,16 +295,6 @@ </Typography>
)} </Box> )} - {!isEditing && !!event.email && ( - <Box pt={2} pr={1.5}> - <Typography variant="overline"> - {t('options.plus.creator')} - </Typography> - <Typography id="EventLang" sx={{pr: 3}}> - {event.email} - </Typography> - </Box> - )} {!isEditing && ( <ShareEvent title={`Caroster ${event.name}`}