Skip to content

Commit fb28d94

Browse files
committed
fix: remove public creator email links
1 parent 180ce0e commit fb28d94

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/Activity/Hackathon/constant.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ export const buildProjectItems = (
349349
? {
350350
label: t('created_by'),
351351
value: creator.name || '—',
352-
valueHref: creator.email ? `mailto:${creator.email}` : undefined,
353352
}
354353
: { label: t('created_by'), value: '—' },
355354
{

0 commit comments

Comments
 (0)