mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix typo in active visitor count
This commit is contained in:
parent
30c84dd54a
commit
470437f949
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