Merge dev.

This commit is contained in:
Mike Cao 2025-04-28 20:09:58 -07:00
commit be1b2fc272
88 changed files with 4120 additions and 21010 deletions

View file

@ -35,15 +35,15 @@ export function SessionInfo({ data }) {
</Row>
</Box>
<Box>
<Row>
<Label>{formatMessage(labels.region)}</Label>
<Row gap="3">
<Icon>
<Icons.Location />
</Icon>
<Text>{getRegionName(data?.subdivision1)}</Text>
{getRegionName(data?.region)}
</Row>
</Box>
</Row>
<Box>
<Label>{formatMessage(labels.city)}</Label>