mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Update MetricCard.tsx
This commit is contained in:
parent
215ce7bb3c
commit
16cc13f49d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export const MetricCard = ({
|
|||
return (
|
||||
<div className={classNames(styles.card, className, showPrevious && styles.compare)}>
|
||||
{showLabel && <div className={styles.label}>{label}</div>}
|
||||
<animated.div className={styles.value} title={value?.toString()}>
|
||||
<animated.div className={styles.value} title={intl.formatNumber(value)}>
|
||||
{props?.x?.to(x => formatValue(x))}
|
||||
</animated.div>
|
||||
{showChange && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue