mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Merge dev.
This commit is contained in:
commit
be1b2fc272
88 changed files with 4120 additions and 21010 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue