app and db schema - region rename, hostname move

This commit is contained in:
Francis Cao 2025-04-24 22:42:33 -07:00
parent 5dccca0c3f
commit 12b8ac4272
19 changed files with 11252 additions and 89 deletions

View file

@ -36,7 +36,7 @@ export default function SessionInfo({ data }) {
<Icon>
<Icons.Location />
</Icon>
{getRegionName(data?.subdivision1)}
{getRegionName(data?.region)}
</dd>
<dt>{formatMessage(labels.city)}</dt>