mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Merge pull request #40 from summertriangle-dev/patch-1
Fix typo in active visitor count
This commit is contained in:
commit
133785278b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export default function ActiveUsers({ websiteId, className }) {
|
|||
<animated.div className={styles.value}>
|
||||
{props.x.interpolate(x => x.toFixed(0))}
|
||||
</animated.div>
|
||||
<div>{`current vistor${count !== 1 ? 's' : ''}`}</div>
|
||||
<div>{`current visitor${count !== 1 ? 's' : ''}`}</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue