Misc unrelated updates
This commit is contained in:
@@ -152,7 +152,6 @@ export default function MobileEventRecapPage() {
|
||||
<MobileShell
|
||||
activeTab="home"
|
||||
title={t('events.recap.title', 'Event Recap')}
|
||||
subtitle={resolveName(event.name)}
|
||||
onBack={back}
|
||||
>
|
||||
<YStack space="$4">
|
||||
@@ -392,4 +391,4 @@ function formatDate(iso?: string | null): string {
|
||||
const date = new Date(iso);
|
||||
if (Number.isNaN(date.getTime())) return '';
|
||||
return date.toLocaleDateString(undefined, { day: '2-digit', month: 'short', year: 'numeric' });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user