mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Update src/components/metrics/UniqueSessions.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
7b7c0e1e2c
commit
1a0e20ebb2
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ const UniqueSessions = ({ websiteId }: UniqueSessionsProps) => {
|
||||||
return (
|
return (
|
||||||
<Row alignItems="center" gap="3">
|
<Row alignItems="center" gap="3">
|
||||||
<Text size="5" color="gray">
|
<Text size="5" color="gray">
|
||||||
Unique Sessions:
|
{formatMessage(labels.visitors)}:
|
||||||
</Text>
|
</Text>
|
||||||
{renderContent()}
|
{renderContent()}
|
||||||
</Row>
|
</Row>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue