mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
compile fix
This commit is contained in:
@@ -351,7 +351,9 @@ export default function MeetingSelection({
|
||||
Starts in {minutesUntilStart} minute
|
||||
{minutesUntilStart !== 1 ? "s" : ""}
|
||||
</Badge>
|
||||
<Text>{formatDateTime(meeting.start_date)}</Text>
|
||||
<Text>
|
||||
{formatDateTime(new Date(meeting.start_date))}
|
||||
</Text>
|
||||
</HStack>
|
||||
|
||||
{isOwner &&
|
||||
|
||||
Reference in New Issue
Block a user