mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +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}>
|
<animated.div className={styles.value}>
|
||||||
{props.x.interpolate(x => x.toFixed(0))}
|
{props.x.interpolate(x => x.toFixed(0))}
|
||||||
</animated.div>
|
</animated.div>
|
||||||
<div>{`current vistor${count !== 1 ? 's' : ''}`}</div>
|
<div>{`current visitor${count !== 1 ? 's' : ''}`}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue